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"))
|
"/bin"))
|
||||||
(for-each
|
(for-each
|
||||||
(cut wrap-program <>
|
(cut wrap-program <>
|
||||||
`("TEXMFCNF" ":" = (,(dirname texmf.cnf)))
|
`("TEXMFCNF" ":" suffix (,(dirname texmf.cnf)))
|
||||||
`("TEXMF" ":" = (,(string-append out "/share/texmf-dist"))))
|
`("TEXMF" ":" suffix (,(string-append out "/share/texmf-dist"))))
|
||||||
(find-files (string-append out "/bin") ".*"))
|
(find-files (string-append out "/bin") ".*"))
|
||||||
#t))))
|
#t))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue