mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Fix xf86-video-sis
This commit is contained in:
parent
3ab0cd1d41
commit
58d68427c6
@ -158,6 +158,7 @@ in
|
||||
};
|
||||
|
||||
xf86videosis = attrs: attrs // {
|
||||
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user