forked from mirrors/nixpkgs
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 a new issue