mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: texlive-kpathsea: Enable all format configurations.
* gnu/packages/tex.scm (texlive-kpathsea)[arguments]<#:phases>: Allow generating all formats provided in TeX Live. Change-Id: I8131e1e42b827a1f603af4aa80e4de366bf9492a
This commit is contained in:
parent
975ca6036a
commit
09dfeb1af4
1 changed files with 5 additions and 1 deletions
|
@ -58112,7 +58112,11 @@ (define-public texlive-kpathsea
|
|||
"web2c/mktexupd")
|
||||
(("^version=" m)
|
||||
(format #false "PATH=\"~{~a:~}$PATH\"; export PATH~%~a"
|
||||
dirs m)))))))))
|
||||
dirs m))))))
|
||||
(add-after 'unpack 'enable-all-configurations
|
||||
(lambda _
|
||||
(substitute* "web2c/fmtutil.cnf"
|
||||
(("^#! ") "")))))))
|
||||
(inputs (list gawk sed))
|
||||
(propagated-inputs (list texlive-libkpathsea)) ;for the executables
|
||||
(home-page "https://ctan.org/pkg/kpathsea")
|
||||
|
|
Loading…
Reference in a new issue