1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 00:05:56 +02: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:
Nicolas Goaziou
2024-10-16 20:16:19 +02:00
committed by Andreas Enge
parent c22a795dd4
commit d7f6e4eb1d
+5 -1
View File
@@ -58112,7 +58112,11 @@ replacement for the @code{inputenc} package.")
"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")