mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #189 from aforemny/xf86-video-sis
Fix xf86-video-sis
This commit is contained in:
commit
6b5c3ad453
|
@ -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