Merge #12779: Mass replace pkg}/bin-style strings

... to refer to correct outputs
This commit is contained in:
Vladimír Čunát
2016-02-03 17:25:22 +01:00
30 changed files with 37 additions and 37 deletions

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
for p in $out/bin/*
do wrapProgram "$p" \
--prefix PERL5LIB ":" "${perlPackages.DBFile}/lib/perl5/site_perl" \
--prefix PATH ":" "${which}/bin:${bzip2}/bin"
--prefix PATH ":" "${which}/bin:${bzip2.bin}/bin"
done
patchShebangs $out