all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: cmus: Add file-name property.
@ 2015-10-22  9:26 Paul van der Walt
  2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: " Paul van der Walt
  2015-10-22 14:08 ` [PATCH 1/2] gnu: cmus: " Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Paul van der Walt @ 2015-10-22  9:26 UTC (permalink / raw)
  To: guix-devel

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

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"))))
-- 
2.6.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-22 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22  9:26 [PATCH 1/2] gnu: cmus: Add file-name property Paul van der Walt
2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: " Paul van der Walt
2015-10-22 14:08   ` Mark H Weaver
2015-10-22 14:08 ` [PATCH 1/2] gnu: cmus: " Mark H Weaver

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.