gnu: pulsemixer: Declare a source file-name.
* gnu/packages/pulseaudio.scm (pulsemixer)[source]: Declare a source file-name.
This commit is contained in:
parent
7b5f8a998a
commit
f45ceced51
|
@ -280,6 +280,7 @@ sinks.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/GeorgeFilipkin/"
|
(uri (string-append "https://github.com/GeorgeFilipkin/"
|
||||||
"pulsemixer/archive/" version ".tar.gz"))
|
"pulsemixer/archive/" version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lpad90ifr2xfldyf39sbwx1v85rif2gm9w774gwwpjv53zfgk1g"))))
|
"1lpad90ifr2xfldyf39sbwx1v85rif2gm9w774gwwpjv53zfgk1g"))))
|
||||||
|
|
Loading…
Reference in New Issue