svn path=/nixpkgs/trunk/; revision=12090
This commit is contained in:
parent
40e7a57407
commit
4ea9f7ca5d
@ -9,8 +9,8 @@
|
|||||||
{stdenv, xlibs, expat, libdrm}:
|
{stdenv, xlibs, expat, libdrm}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xorg-sys-opengl-2";
|
name = "xorg-sys-opengl-3";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
neededLibs = [xlibs.libXxf86vm xlibs.libXext expat libdrm];
|
neededLibs = [xlibs.libXxf86vm xlibs.libXext expat libdrm stdenv.gcc.gcc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user