replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
|
||||
rtdeps = stdenv.lib.makeLibraryPath
|
||||
[ xorg.libXxf86vm xorg.libXext openal ]
|
||||
+ ":" + stdenv.lib.makeSearchPath "lib64" [ stdenv.cc.cc ];
|
||||
+ ":" + stdenv.lib.makeSearchPathOutputs "lib64" ["lib"] [ stdenv.cc.cc ];
|
||||
|
||||
buildCommand =
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user