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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -152,7 +152,7 @@ (define-public libinput
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
"libinput-" version ".tar.xz"))
(sha256
(base32
"0mg2zqbjcgj0aq7d9nwawvyhx43vakilahrc83hrfyif3a3gyrpj"))))