mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ (define-public pulsemixer
|
||||||
(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 a new issue