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 @@ (define-public cmus
|
||||
(uri (string-append
|
||||
"https://github.com/" name "/" name "/archive/v"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0raixgjavkm7hxppzsc5zqbfbh2bhjcmbiplhnsxsmyj8flafyc1"))))
|
||||
|
Loading…
Reference in New Issue
Block a user