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:
parent
8d31888648
commit
1be6087b1f
|
@ -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";
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue