efraim pushed a commit to branch master
in repository guix.

commit 6f09178d2a33e121a99cd52a38ca751adb836ee6
Author: Efraim Flashner <[email protected]>
Date:   Tue Dec 13 10:31:38 2016 +0200

    gnu: libsrtp: Have source use file-name.
    
    * gnu/packages/telephony.scm (libsrtp)[source]: Add file-name field.
---
 gnu/packages/telephony.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 6597d26..6a68ece 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014 John Darrington <[email protected]>
 ;;; Copyright © 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2015 David Hashe <[email protected]>
-;;; Copyright © 2015 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Lukas Gradl <[email protected]>
 ;;; Copyright © 2016 Francesco Frassinelli <[email protected]>
 ;;; Copyright © 2016 ng0 <[email protected]>
@@ -210,6 +210,7 @@ internet.")
              (method url-fetch)
              (uri (string-append "https://github.com/cisco/libsrtp/archive/v";
                                   version ".tar.gz"))
+             (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
                "1w2g623qkd7gdyydglx2hr4s2y237lg0nszjmy7z8d2iq8hvb9sn"))))

Reply via email to