texinfo: fix reference to build platform coreutils (#348156)

This commit is contained in:
Emily 2024-10-17 01:46:38 +01:00 committed by GitHub
commit 5760b1796c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation {
postPatch =
''
patchShebangs tp/maintain
patchShebangs tp/maintain/regenerate_commands_perl_info.pl
''
# This patch is needed for IEEE-standard long doubles on
# powerpc64; it does not apply cleanly to texinfo 5.x or
@ -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
'';