treewide: Mass replace 'zlib}/lib' to refer the 'out' output
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall =
|
||||
'' sed -i "$out/lib/pkgconfig/tokyocabinet.pc" \
|
||||
-e 's|-lz|-L${zlib}/lib -lz|g;
|
||||
-e 's|-lz|-L${zlib.out}/lib -lz|g;
|
||||
s|-lbz2|-L${bzip2.out}/lib -lbz2|g'
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user