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:
parent
53835c93cb
commit
7445649387
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user