Revert "gnu: libinput: Update to 1.15.3."

This reverts commit 1fad0b8674.
It rebuilds the world through libinput-minimal.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 21:26:58 +01:00
parent 18d59640e1
commit 51f30d4fdf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -181,14 +181,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
(version "1.15.3")
(version "1.15.0")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz"))
(sha256
(base32
"0kb9i1xav8hmrl6g0qdq7jii589i9sjjrbh43fsc5284smyl44jv"))))
"1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")