Merge commit staging+systemd into closure-size
Many non-conflict problems weren't (fully) resolved in this commit yet.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, unzip, patchelf, xlibs, openal }:
|
||||
{ stdenv, fetchurl, unzip, patchelf, xorg, openal }:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
assert stdenv.isx86_64;
|
||||
@@ -11,7 +11,7 @@ let
|
||||
buildInputs = [ unzip patchelf ];
|
||||
|
||||
rtdeps = stdenv.lib.makeLibraryPath
|
||||
[ xlibs.libXxf86vm xlibs.libXext openal ]
|
||||
[ xorg.libXxf86vm xorg.libXext openal ]
|
||||
+ ":" + stdenv.lib.makeSearchPath "lib64" [ stdenv.cc.cc ];
|
||||
|
||||
buildCommand =
|
||||
|
||||
Reference in New Issue
Block a user