diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-03 01:14:14 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:44 +0200 |
commit | 13fd321a4968b537d56c053a14d6953f2677227b (patch) | |
tree | b7166220f907a0277faa9afd01d243feebab3bf7 | |
parent | 0618dda2ab06c9bbc4b43c868cd01beba75b1053 (diff) | |
download | guix-13fd321a4968b537d56c053a14d6953f2677227b.tar.gz guix-13fd321a4968b537d56c053a14d6953f2677227b.zip |
gnu: texlive-suftesi: Fix build.
* gnu/packages/tex.scm (texlive-suftesi)[native-inputs]: Add
TEXLIVE-MANFNT-FONT and TEXLIVE-REALSCRIPTS.
Change-Id: I43505a5b4c0c6b78886be0c7fa8abb719bbe8b7a
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e309839a42..a01cd0bdc9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -35750,6 +35750,7 @@ The bundle comes with a set of ready-prepared puzzle files.") texlive-listings texlive-ltxdockit texlive-manfnt + texlive-manfnt-font texlive-mathalpha texlive-mdframed texlive-microtype @@ -35758,6 +35759,7 @@ The bundle comes with a set of ready-prepared puzzle files.") texlive-newtx texlive-parskip texlive-pgf + texlive-realscripts texlive-sectsty texlive-siunitx texlive-txfonts |