diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-10-16 20:16:19 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:05 +0200 |
| commit | d7f6e4eb1daf82581152c8ea6c5651f1e5f5e8bc (patch) | |
| tree | 74b07f804bd477ef850ff997397486cdd717d280 /gnu | |
| parent | c22a795dd44ad92e2dd2a0c55988da246f1a403c (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9bad5f3e3f4..48082cb05d4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") |
