diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-03 01:24:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:44 +0200 |
commit | db082a527e68654222c89e6a7ccf19592479b978 (patch) | |
tree | 474fd2da870c7f97a2f5f92aaf18c172729c1a75 | |
parent | 13fd321a4968b537d56c053a14d6953f2677227b (diff) | |
download | guix-db082a527e68654222c89e6a7ccf19592479b978.tar.gz guix-db082a527e68654222c89e6a7ccf19592479b978.zip |
gnu: texlive-thucoursework: Fix build.
* gnu/packages/tex.scm (texlive-thucoursework)[native-inputs]: Add
TEXLIVE-XPATCH.
Change-Id: I578c27078e4692051d82596cb1692f21a8d979f6
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index a01cd0bdc9..7a8327711a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -37121,6 +37121,7 @@ of Applied Sciences}. These Logos are available in English and in Dutch.") texlive-oberdiek texlive-realscripts texlive-xcolor + texlive-xpatch texlive-xstring)))) (home-page "https://ctan.org/pkg/thucoursework") (synopsis "Coursework template for Tsinghua University") |