me
/
guix
Archived
1
0
Fork 0

gnu: amtk: Don't use NAME in source URI.

* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-10-12 15:41:58 +02:00
parent 09c4e43f81
commit bf92ba6b7b
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -3410,9 +3410,9 @@ which are easy to play with the aid of a mouse.")
(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"))))