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:
Nicolas Goaziou 2024-10-16 20:16:19 +02:00
parent 975ca6036a
commit 09dfeb1af4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")