treewide: Use more makeLibraryPath

This commit is contained in:
Tuomas Tynkkynen
2016-08-23 02:56:12 +03:00
parent cf592a8969
commit f064bfe803
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
checkTarget = "test";
preCheck = ''
export LIBRARY_PATH="$out/lib:${openssl.out}/lib:${pcre2}/lib"
export LIBRARY_PATH="$out/lib:${stdenv.lib.makeLibraryPath [ openssl pcre2 ]}"
'';
installPhase = ''