mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user