mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libaacs: Don't use NAME in source URI.
* gnu/packages/video.scm (libaacs)[source]: Hard-code NAME.
This commit is contained in:
parent
3468737c21
commit
5a462ea8fa
1 changed files with 1 additions and 1 deletions
|
@ -2747,7 +2747,7 @@ (define-public libaacs
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ftp.videolan.org/pub/videolan/libaacs/"
|
(uri (string-append "https://ftp.videolan.org/pub/videolan/libaacs/"
|
||||||
version "/" name "-" version ".tar.bz2"))
|
version "/libaacs-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kms92i0c7i1yl659kqjf19lm8172pnpik5lsxp19xphr74vvq27"))))
|
(base32 "1kms92i0c7i1yl659kqjf19lm8172pnpik5lsxp19xphr74vvq27"))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue