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

* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
This commit is contained in:
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

View file

@ -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"))))