Revert "gnu: libinput: Update to 1.12.0."
Libinput-minimal has a lot of dependent packages, and this isn't reported by
`guix refresh --list-dependent`. We'll save this commit for another time.
This reverts commit 38dc3d6f17
.
This commit is contained in:
parent
ebb3cdb1ea
commit
7d1cc61293
|
@ -148,14 +148,14 @@ freedesktop.org project.")
|
||||||
(define-public libinput
|
(define-public libinput
|
||||||
(package
|
(package
|
||||||
(name "libinput")
|
(name "libinput")
|
||||||
(version "1.12.0")
|
(version "1.11.3")
|
||||||
(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/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m"))))
|
"01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Ddocumentation=false")))
|
`(#:configure-flags '("-Ddocumentation=false")))
|
||||||
|
|
Loading…
Reference in New Issue