forked from mirrors/nixpkgs
noweb: remove obsolete substituteInPlace
This commit is contained in:
parent
29c5ccea4a
commit
193a57fa48
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||||
postInstall= ''
|
postInstall= ''
|
||||||
substituteInPlace $out/bin/cpif --replace "PATH=/bin:/usr/bin" ""
|
substituteInPlace $out/bin/cpif --replace "PATH=/bin:/usr/bin" ""
|
||||||
for f in $out/bin/{noweb,nountangle,noroots,noroff,noindex} \
|
for f in $out/bin/{noweb,nountangle,noroots,noroff,noindex} \
|
||||||
$out/lib/noweb/{toroff,btdefn,totex,pipedoc,noidx,unmarkup,toascii,tohtml,emptydefn}; do
|
$out/lib/noweb/{toroff,btdefn,totex,noidx,unmarkup,toascii,tohtml,emptydefn}; do
|
||||||
substituteInPlace $f --replace "nawk" "${gawk}/bin/awk"
|
substituteInPlace $f --replace "nawk" "${gawk}/bin/awk"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue