diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-08-15 16:28:21 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-08-15 16:28:21 +0200 |
commit | 2cbe7044ea079b7852efb5c1a96785672c4e5c5b (patch) | |
tree | 8b54ae059dcba9987e3e70782b7e8c03e63aed5b | |
parent | dfdd7380a164217fec6bca0f91ebcf32ade33cb4 (diff) | |
download | guix-2cbe7044ea079b7852efb5c1a96785672c4e5c5b.tar guix-2cbe7044ea079b7852efb5c1a96785672c4e5c5b.tar.gz |
Revert "gnu: libinput: Update to 1.14.0."
This reverts commit dfdd7380a164217fec6bca0f91ebcf32ade33cb4.
libinput-minimal causes too many rebuilds.
-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 a0cf2c8cbf..9cfdbca3fb 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -152,14 +152,14 @@ freedesktop.org project.") (define-public libinput (package (name "libinput") - (version "1.14.0") + (version "1.13.4") (source (origin (method url-fetch) (uri (string-append "https://freedesktop.org/software/libinput/" "libinput-" version ".tar.xz")) (sha256 (base32 - "0rzw2kx06ywc19lwf147f474xav7w83h28k0afy822wjz0j5rf3w")))) + "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false"))) |