xorg-input-libinput: 0.25.0 -> 0.25.1

This isn't part of a full xorg release, so I just added it to the xorg
overrides.nix.

Changelog and release announcement:
https://lists.x.org/archives/xorg-announce/2017-May/002798.html
This commit is contained in:
Benjamin Staffin 2017-06-04 13:45:53 -04:00
parent 53835c93cb
commit 7445649387
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A

View File

@ -316,6 +316,11 @@ in
};
xf86inputlibinput = attrs: attrs // {
name = "xf86-input-libinput-0.25.1";
src = args.fetchurl {
url = mirror://xorg/individual/driver/xf86-input-libinput-0.25.1.tar.bz2;
sha256 = "1q67hjd67ni1nq7kgxdrrdgkyhzaqvvn2vlnsiiq9w4y3icpv7s8";
};
buildInputs = attrs.buildInputs ++ [ args.libinput ];
installFlags = "sdkdir=\${out}/include/xorg";
};