~ruther/guix-local

566fc7fa139218d216671135e03f3339dc76e610 — Paul van der Walt 10 years ago 1a65667
gnu: cmus: Add file-name property.

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

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +1 -0
@@ 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"))))