1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

xf86inputsynaptics: deps handled now

And drop `mtdev`, which appears to have been added unnecessarily.
This commit is contained in:
Will Dietz 2019-03-18 23:48:07 -05:00
parent 8d31888648
commit 1be6087b1f

View file

@ -349,7 +349,6 @@ self: super:
xf86inputsynaptics = super.xf86inputsynaptics.overrideAttrs (attrs: {
outputs = [ "out" "dev" ]; # *.pc pulls xorgserver.dev
buildInputs = attrs.buildInputs ++ [mtdev libevdev];
installFlags = "sdkdir=\${out}/include/xorg configdir=\${out}/share/X11/xorg.conf.d";
});