Revert "gnu: libinput: Update to 1.14.0."

This reverts commit dfdd7380a1.
libinput-minimal causes too many rebuilds.
This commit is contained in:
Rutger Helling 2019-08-15 16:28:21 +02:00
parent dfdd7380a1
commit 2cbe7044ea
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -152,14 +152,14 @@ freedesktop.org project.")
(define-public libinput (define-public libinput
(package (package
(name "libinput") (name "libinput")
(version "1.14.0") (version "1.13.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/" (uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz")) "libinput-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0rzw2kx06ywc19lwf147f474xav7w83h28k0afy822wjz0j5rf3w")))) "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Ddocumentation=false"))) `(#:configure-flags '("-Ddocumentation=false")))