Skip to content

Commit

Permalink
Merge pull request #328919 from NickCao/texinfo-cross
Browse files Browse the repository at this point in the history
texinfo: set texinfo_cv_sys_iconv_converts_euc_cn=yes when cross comp…
  • Loading branch information
NickCao authored Jul 24, 2024
2 parents 02cbd68 + 2ea2276 commit 59e2616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/tools/misc/texinfo/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ stdenv.mkDerivation {
"--enable-perl-xs=no"
"TI_AWK=${getBin gawk}/bin/awk"
]
++ optionals (crossBuildTools && lib.versionAtLeast version "7.1") [
"texinfo_cv_sys_iconv_converts_euc_cn=yes"
]
++ optional stdenv.isSunOS "AWK=${gawk}/bin/awk";

installFlags = [ "TEXMF=$(out)/texmf-dist" ];
Expand Down

0 comments on commit 59e2616

Please sign in to comment.