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

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 09:29:00 +02:00
parent d005808127
commit 51bf60b33e
3 changed files with 3 additions and 3 deletions

View File

@@ -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 = {