treewide: Mass replace 'openssl}/lib' to refer the 'out' output

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 10:03:38 +02:00
parent 2258aecaa5
commit d91c7347d1
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
openssl zlib python gyp go readline
];
configureFlagsArray = [ "--with-openssl-lib=${openssl}/lib" ];
configureFlagsArray = [ "--with-openssl-lib=${openssl.out}/lib" ];
patchPhase = ''
substituteInPlace 3rdParty/V8-3.31.74.1/build/gyp/gyp --replace /bin/bash ${bash}/bin/bash