texlive.combine: link TEXMFDIST in $out/share for backward compatibility (#233882)
This commit is contained in:
parent
bfa58af4da
commit
3d6e2420a2
1 changed files with 4 additions and 0 deletions
|
@ -339,6 +339,10 @@ in (buildEnv {
|
|||
# and other non-deterministic diagnostics.
|
||||
''
|
||||
find "$TEXMFSYSVAR"/web2c -name '*.log' -delete
|
||||
'' +
|
||||
# link TEXMFDIST in $out/share for backward compatibility
|
||||
''
|
||||
ln -s "$TEXMFDIST" "$out"/share/texmf
|
||||
''
|
||||
;
|
||||
}).overrideAttrs (_: { allowSubstitutes = true; })
|
||||
|
|
Loading…
Reference in a new issue