mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
079e1c76cf
commit
ddb4051bf7
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "xorg-sys-opengl-3";
|
||||
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 a new issue