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