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

* gnu/packages/games.scm (libmanette)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 03:55:02 +01:00
parent 98e27db5bb
commit 5b35bdaaa5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6010,9 +6010,9 @@ when packaged in Blorb container files or optionally from individual files.")
(version "0.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/libmanette/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"libmanette-" version ".tar.xz"))
(sha256
(base32
"1lpprk2qz1lsqf9xj6kj2ciyc1zmjhj5lwd584qkh7jgz2x9y6wb"))))