Merge pull request #83816 from veprbl/pr/texlive_set_texmfcnf
texlive.combine: set TEXMFCNF in binary wrapper
This commit is contained in:
commit
2ca5abd62d
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ in buildEnv {
|
|||
rm "$link"
|
||||
makeWrapper "$target" "$link" \
|
||||
--prefix PATH : "$out/bin:${perl}/bin" \
|
||||
--prefix PERL5LIB : "$PERL5LIB"
|
||||
--prefix PERL5LIB : "$PERL5LIB" \
|
||||
--set-default TEXMFCNF "$TEXMFCNF"
|
||||
|
||||
# avoid using non-nix shebang in $target by calling interpreter
|
||||
if [[ "$(head -c 2 "$target")" = "#!" ]]; then
|
||||
|
|
Loading…
Reference in a new issue