parent
079e1c76cf
commit
ddb4051bf7
@ -11,6 +11,7 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xorg-sys-opengl-3";
|
name = "xorg-sys-opengl-3";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
neededLibs = [xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc];
|
neededLibs = map (p: p.out)
|
||||||
|
[xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user