1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix xf86-video-sis

This commit is contained in:
Alexander Foremny 2012-11-18 20:16:54 +01:00
parent 3ab0cd1d41
commit 58d68427c6

View file

@ -158,6 +158,7 @@ in
};
xf86videosis = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
};