summaryrefslogtreecommitdiff
path: root/gnu/packages/books.scm
AgeCommit message (Collapse)Author
2025-05-06gnu: book-sparc: Fix build.Nicolas Goaziou
* gnu/packages/books.scm (book-sparc):[native-inputs]: Add texlive-lineno, texlive-xtring. Change-Id: Ic2f7c6bcf5476fea72db627ea12385be47bfdbbb
2025-05-06gnu: texlive-libkpathsea: Enforce ls-R usage by default.Nicolas Goaziou
Fixes: https://issues.guix.gnu.org/75893 * gnu/packages/tex.scm (texlive-libkpathsea): Set TEXMF so that ls-R database is mandatory and must contain the file looked after in the TeX Live tree. * guix/build/texlive-build-system.scm (configure-texmf): Relax requirements for "ls-R" database. Renamed from `set-texmfvar'. (%standard-phases): Apply phase renaming. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Add TeX Live packages required for tests to pass since propagated packages are no longer accessible during build. * gnu/packages/books.scm (book-sparc)[inputs]: Move TeX Live related inputs to... [native-inputs]: ... here, and wrap them within texlive-local-tree for the same reason as above. Change-Id: I3430bc84ce35f4aa8f0537b512f472ef88f8e5e9
2025-04-06gnu: book-sparc: Update to 4.0.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 4.0.0. [inputs]: Add texlive-csquotes. Change-Id: I22a949c62e8d1f6fa5b1a2a69e4f0dc94ad05090
2025-02-22gnu: book-sparc: Update to 3.0.2.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 3.0.2. Change-Id: If90cf0df9c20333f9b11e8c6054968d5d9dd0d1f
2025-01-08gnu: book-sparc: Fix a typo in the description.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo. Change-Id: If4bc5fa97605d4cef894cb4ebd6812a474cf3464
2025-01-08gnu: book-sparc: Update to 3.0.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 3.0.0. [arguments] <#:phases>: Install Russian and English version of the book. [description]: Update. Change-Id: I0857fe9cb4b0933c12e891af5a011fcc7f8d84aa
2024-12-22gnu: book-sparc: Fix a typo.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo. Change-Id: I73f3a7644eefff9610d06b051db5b39484affc3c
2024-12-22gnu: book-sparc: Update to 2.3.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 2.3.0. Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
2024-10-19gnu: book-sparc: Update to 2.2.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 2.2.0. [inputs]: Add git, gnu-make, texlive-fancyvrb, and texlive-upquote. [native-inputs]: Add autoconf and automake. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Icd19f295b8572428aea39f46c27e22f87d5dc7e1
2024-07-20gnu: book-sparc: Update to 2.1.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 2.1.0. [inputs]: Add texlive-biblatex. Change-Id: Ie3148e3325a1b333ac8baccd25adc341e389a7cf Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-01-25gnu: Sort inputs in (gnu packages books) alphabetically.Sharlatan Hellseher
* gnu/packages/books.scm: Sort #:use-modules and inputs alphabetically to ease maintenance. Change-Id: Ifdd94277a51fb34e740398bd962b03098a775572
2024-01-25gnu: book-sparc: Update to 2.0.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 2.0.0. [inputs]: Add texlive-chngcntr. Change-Id: Ief8c8c697e30fbe6f483fdc49969714ca64480fe Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2023-11-23gnu: book-sparc: Update to 1.1.0.Artyom V. Poptsov
* gnu/packages/books.scm (book-sparc): Update to 1.1.0. [source]: Don't delete "sparc.pdf" as the file is now absent from the repository. [inputs]: Add "texlive-glossaries-english". Change-Id: I2e3b72a6a18d82d98787ea9a41041d11413f9c3a Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-05gnu: Add book-sparc.Artyom V. Poptsov
* gnu/packages/books.scm: New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add 'books.scm'. Co-authored-by: Adam Faiz <adam.faiz@disroot.org> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>