libinput: 1.29.2 -> 1.31.1 (#493438)

This commit is contained in:
Vladimír Čunát
2026-05-07 11:26:29 +00:00
committed by GitHub
2 changed files with 4 additions and 17 deletions
@@ -7,6 +7,7 @@
meson,
ninja,
libevdev,
lua5_4,
mtdev,
udev,
wacomSupport ? stdenv.hostPlatform.isLinux,
@@ -53,7 +54,7 @@ in
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.29.2";
version = "1.31.1";
outputs = [
"bin"
@@ -66,13 +67,9 @@ stdenv.mkDerivation rec {
owner = "libinput";
repo = "libinput";
rev = version;
hash = "sha256-oxDGUbZebxAmBd2j51qV9Jn8SXBjUX2NPRgkxbDz7Dk=";
hash = "sha256-9Ko97vJyo4a9NUF7omqHTwzVV02sJ2EqpDIh+nPeLwk=";
};
patches = [
./udev-absolute-path.patch
];
nativeBuildInputs = [
pkg-config
meson
@@ -87,6 +84,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libevdev
lua5_4
mtdev
(python3.withPackages (
pp: with pp; [
@@ -1,11 +0,0 @@
--- a/meson.build
+++ b/meson.build
@@ -100,7 +100,7 @@
args : model_quirks)
udev_rules_config = configuration_data()
-udev_rules_config.set('UDEV_TEST_PATH', '')
+udev_rules_config.set('UDEV_TEST_PATH', dir_udev + '/')
configure_file(input : 'udev/80-libinput-device-groups.rules.in',
output : '80-libinput-device-groups.rules',
install : true,