Merge #12779: Mass replace pkg}/bin-style strings
... to refer to correct outputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user