diff options
author | Leo Famulari <leo@famulari.name> | 2018-09-13 13:26:31 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-09-13 13:28:10 -0400 |
commit | 7d1cc612938565d935c53bd7a429f41d1f048dae (patch) | |
tree | 840a149f40780e254db65fdc527f34bef70221ee /gnu | |
parent | ebb3cdb1ea6540a5c2b81e43c63d095f426d524a (diff) | |
download | patches-7d1cc612938565d935c53bd7a429f41d1f048dae.tar patches-7d1cc612938565d935c53bd7a429f41d1f048dae.tar.gz |
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 38dc3d6f17bcf54ee3ff1614a392534d3a9e1ecc.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 8811f9d9de..626d883648 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -148,14 +148,14 @@ freedesktop.org project.") (define-public libinput (package (name "libinput") - (version "1.12.0") + (version "1.11.3") (source (origin (method url-fetch) (uri (string-append "https://freedesktop.org/software/libinput/" name "-" version ".tar.xz")) (sha256 (base32 - "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m")))) + "01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false"))) |