guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: cmus: Add file-name property.


From: Paul
Subject: 01/02: gnu: cmus: Add file-name property.
Date: Thu, 22 Oct 2015 14:18:26 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit 566fc7fa139218d216671135e03f3339dc76e610
Author: Paul van der Walt <address@hidden>
Date:   Thu Oct 22 11:21:51 2015 +0200

    gnu: cmus: Add file-name property.
    
    * gnu/packages/music.scm (cmus): Add file-name, since the downloaded
      tar.gz only contains version number.
---
 gnu/packages/music.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7970d17..c693f0f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -87,6 +87,7 @@
               (uri (string-append
                     "https://github.com/"; name "/" name "/archive/v"
                     version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
                 "0raixgjavkm7hxppzsc5zqbfbh2bhjcmbiplhnsxsmyj8flafyc1"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]