gnu: cmus: Add file-name property.
* gnu/packages/music.scm (cmus): Add file-name, since the downloaded tar.gz only contains version number.
This commit is contained in:
parent
1a65667240
commit
566fc7fa13
|
@ -87,6 +87,7 @@
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/" name "/" name "/archive/v"
|
"https://github.com/" name "/" name "/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0raixgjavkm7hxppzsc5zqbfbh2bhjcmbiplhnsxsmyj8flafyc1"))))
|
"0raixgjavkm7hxppzsc5zqbfbh2bhjcmbiplhnsxsmyj8flafyc1"))))
|
||||||
|
|
Loading…
Reference in New Issue