mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Fixing evdev X11 input driver build
svn path=/nixpkgs/trunk/; revision=12103
This commit is contained in:
parent
2de91e4614
commit
7c840c0f0f
|
@ -1741,7 +1741,7 @@ rec {
|
|||
url = http://mirror.switch.ch/ftp/mirror/X11/pub/X11R7.3/src/everything/xf86-input-evdev-1.1.2.tar.bz2;
|
||||
sha256 = "15avwy8isbqagzcdj20ngqajl22k40pssfx7vjirhrqyyq19fiwb";
|
||||
};
|
||||
buildInputs = [pkgconfig inputproto kbproto xorgserver xproto ];
|
||||
buildInputs = [pkgconfig inputproto kbproto xorgserver xproto xrandr randrproto];
|
||||
preBuild = "
|
||||
sed -e '/motion_history_proc/d; /history_size/d;' -i src/*.c
|
||||
";
|
||||
|
|
Loading…
Reference in a new issue