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

* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 22:38:34 +01:00
parent 6457509c73
commit e43f622a96
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3223,9 +3223,9 @@ (define-public aisleriot
(version "3.22.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/aisleriot/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"aisleriot-" version ".tar.xz"))
(sha256
(base32
"0rl39psr5xi584310pyrgw36ini4wn7yr2m1q5118w3a3v1dkhzh"))))