texinfo: use substituteInPlace --replace-fail
Get rid of the deprecation warning.
This commit is contained in:
parent
d604acb136
commit
a670466186
@ -125,7 +125,7 @@ stdenv.mkDerivation {
|
||||
postFixup = optionalString crossBuildTools ''
|
||||
for f in "$out"/bin/{pod2texi,texi2any}; do
|
||||
substituteInPlace "$f" \
|
||||
--replace ${buildPackages.perl}/bin/perl ${perl}/bin/perl
|
||||
--replace-fail ${buildPackages.perl}/bin/perl ${perl}/bin/perl
|
||||
done
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user