all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: cmus: Add file-name property.
Date: Thu, 22 Oct 2015 11:26:36 +0200	[thread overview]
Message-ID: <1445505997-21169-1-git-send-email-paul@denknerd.org> (raw)

* 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

             reply	other threads:[~2015-10-22  9:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  9:26 Paul van der Walt [this message]
2015-10-22  9:26 ` [PATCH 2/2] gnu: dosbox: Add file-name property 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445505997-21169-1-git-send-email-paul@denknerd.org \
    --to=paul@denknerd.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.