diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 22:38:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 22:40:05 +0100 |
commit | e43f622a9631eab18d695482439abf077a510788 (patch) | |
tree | 7d81dd1ac352459646ee4ac16f450a3b764a8ea3 /gnu | |
parent | 6457509c73800797c8aeca290950e9cdedc3036d (diff) | |
download | guix-e43f622a9631eab18d695482439abf077a510788.tar.gz guix-e43f622a9631eab18d695482439abf077a510788.zip |
gnu: aisleriot: Don't use NAME in source URI.
* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fb4fb4d6bb..7a5a35c0b9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3223,9 +3223,9 @@ playlists in a variety of formats.") (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")))) |