gnu: Update libinput to 1.22.1.
* gnu/packages/freedesktop.scm (libinput): Update to version 1.22.1. [source]: Fetch source via git. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
51b8385acd
commit
f1d4d22fc2
@ -592,14 +592,15 @@ freedesktop.org project.")
|
|||||||
;; Updating this will rebuild over 700 packages through libinput-minimal.
|
;; Updating this will rebuild over 700 packages through libinput-minimal.
|
||||||
(package
|
(package
|
||||||
(name "libinput")
|
(name "libinput")
|
||||||
(version "1.19.4")
|
(version "1.22.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://freedesktop.org/software/libinput/"
|
(uri (git-reference
|
||||||
"libinput-" version ".tar.xz"))
|
(url "https://gitlab.freedesktop.org/libinput/libinput.git")
|
||||||
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h5lz54rrl48bhi3vki6s08m6rn2h62rlf08dhgchdm9nmqaaczz"))))
|
"17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
|
||||||
(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
Block a user