gnu: texlive-union: Wrap programs weakly.
* gnu/packages/tex.scm (texlive-union)[arguments]: Wrap programs with TEXMFCNF and TEXMF so that environment variables take precedence.
This commit is contained in:
parent
9c45beb4cc
commit
476f7fceb7
|
@ -1879,8 +1879,8 @@ standard LaTeX packages."
|
|||
"/bin"))
|
||||
(for-each
|
||||
(cut wrap-program <>
|
||||
`("TEXMFCNF" ":" = (,(dirname texmf.cnf)))
|
||||
`("TEXMF" ":" = (,(string-append out "/share/texmf-dist"))))
|
||||
`("TEXMFCNF" ":" suffix (,(dirname texmf.cnf)))
|
||||
`("TEXMF" ":" suffix (,(string-append out "/share/texmf-dist"))))
|
||||
(find-files (string-append out "/bin") ".*"))
|
||||
#t))))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in New Issue