treewide: Mass replace 'openssl}/lib' to refer the 'out' output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user