mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: amtk: Don't use NAME in source URI.
* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
This commit is contained in:
parent
09c4e43f81
commit
bf92ba6b7b
1 changed files with 2 additions and 2 deletions
|
@ -3410,9 +3410,9 @@ (define-public amtk
|
|||
(version "5.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/amtk/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"amtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d"))))
|
||||
|
|
Loading…
Reference in a new issue