gnu: libinput: Update to 1.23.0.

* gnu/packages/freedesktop.scm (libinput): Update to 1.23.0.
[native-inputs]: Add python-minimal-wrapper and python-pytest.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Change-Id: I207898dc6971e9fa7be24b7ba9c8fc1887ec930e
This commit is contained in:
Hilton Chain 2023-06-02 22:51:13 +08:00 committed by Ludovic Courtès
parent d35ccf0899
commit f876b54a21
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -704,7 +704,7 @@ (define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
(version "1.22.1")
(version "1.23.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -712,7 +712,7 @@ (define-public libinput
(commit version)))
(sha256
(base32
"17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
"0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")
@ -722,7 +722,7 @@ (define-public libinput
;; Meson target anyway.
#:build-type "release"))
(native-inputs
(append (list check pkg-config)
(append (list check pkg-config python-minimal-wrapper python-pytest)
(if (%current-target-system)
(list pkg-config-for-build)
'())))