1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

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

* gnu/packages/freedesktop.scm (libinput)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice
2019-03-11 22:51:27 +01:00
parent e3df159edc
commit b4ed7c3e8d
+1 -1
View File
@@ -152,7 +152,7 @@ freedesktop.org project.")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
"libinput-" version ".tar.xz"))
(sha256
(base32
"0mg2zqbjcgj0aq7d9nwawvyhx43vakilahrc83hrfyif3a3gyrpj"))))