xf86-video-nv: Needs pixman
This commit is contained in:
parent
c95e6d5dc4
commit
08e7a18a2c
@ -191,6 +191,11 @@ in
|
||||
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa xorg.libXext];
|
||||
};
|
||||
|
||||
xf86videonv = attrs: attrs // {
|
||||
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
||||
};
|
||||
|
||||
xf86videovesa = attrs: attrs // {
|
||||
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
|
||||
buildInputs = attrs.buildInputs ++ [xorg.pixman];
|
||||
|
Loading…
x
Reference in New Issue
Block a user