diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-04-30 15:24:27 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:07 +0200 |
commit | 5a09308c7c20e6ca4c0508fdb85013551a2f1e01 (patch) | |
tree | 6a269b8523703b0bf14f6138ced8a5d2e5c15a91 | |
parent | 8207bdf26c3e91aa4aea5e6224c54162209ed55b (diff) | |
download | guix-5a09308c7c20e6ca4c0508fdb85013551a2f1e01.tar.gz guix-5a09308c7c20e6ca4c0508fdb85013551a2f1e01.zip |
gnu: book-sparc: Fix build.
* gnu/packages/books.scm (book-sparc):[native-inputs]: Add texlive-lineno,
texlive-xtring.
Change-Id: Ic2f7c6bcf5476fea72db627ea12385be47bfdbbb
-rw-r--r-- | gnu/packages/books.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm index 0fd80f6985..1f2bfba38b 100644 --- a/gnu/packages/books.scm +++ b/gnu/packages/books.scm @@ -81,6 +81,7 @@ texlive-glossaries-extra texlive-koma-script texlive-lilyglyphs + texlive-lineno texlive-minted texlive-multirow texlive-pgf @@ -92,7 +93,8 @@ texlive-transparent texlive-trimspaces texlive-upquote - texlive-xetex)) + texlive-xetex + texlive-xstring)) which)) (inputs (list font-liberation git)) (arguments |