Merge pull request #26378 from benley/xf86-input-libinput-0.25.1

xorg-input-libinput: 0.25.0 -> 0.25.1
This commit is contained in:
Jörg Thalheim 2017-06-06 08:22:16 +01:00 committed by GitHub
commit 09e59ad579

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";
};