mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
svn path=/nixpkgs/trunk/; revision=12090
This commit is contained in:
parent
40e7a57407
commit
4ea9f7ca5d
@ -9,8 +9,8 @@
|
||||
{stdenv, xlibs, expat, libdrm}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xorg-sys-opengl-2";
|
||||
name = "xorg-sys-opengl-3";
|
||||
builder = ./builder.sh;
|
||||
neededLibs = [xlibs.libXxf86vm xlibs.libXext expat libdrm];
|
||||
neededLibs = [xlibs.libXxf86vm xlibs.libXext expat libdrm stdenv.gcc.gcc];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user