1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Nicolas Goaziou
5a09308c7c
gnu: book-sparc: Fix build.
* gnu/packages/books.scm (book-sparc):[native-inputs]: Add texlive-lineno,
texlive-xtring.

Change-Id: Ic2f7c6bcf5476fea72db627ea12385be47bfdbbb
2025-05-06 11:25:07 +02:00
Nicolas Goaziou
f6d9057ff2
gnu: texlive-libkpathsea: Enforce ls-R usage by default.
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-05-06 11:25:06 +02:00
Artyom V. Poptsov
6af680670b
gnu: book-sparc: Update to 4.0.0.
* gnu/packages/books.scm (book-sparc): Update to 4.0.0.
[inputs]: Add texlive-csquotes.

Change-Id: I22a949c62e8d1f6fa5b1a2a69e4f0dc94ad05090
2025-04-06 23:38:49 +03:00
Artyom V. Poptsov
2556085c27
gnu: book-sparc: Update to 3.0.2.
* gnu/packages/books.scm (book-sparc): Update to 3.0.2.

Change-Id: If90cf0df9c20333f9b11e8c6054968d5d9dd0d1f
2025-02-22 21:54:52 +03:00
Artyom V. Poptsov
7c6ba108b4
gnu: book-sparc: Fix a typo in the description.
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo.

Change-Id: If4bc5fa97605d4cef894cb4ebd6812a474cf3464
2025-01-08 16:22:19 +03:00
Artyom V. Poptsov
114b29bf3d
gnu: book-sparc: Update to 3.0.0.
* 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
2025-01-08 16:14:55 +03:00
Artyom V. Poptsov
f63c81d8af
gnu: book-sparc: Fix a typo.
* gnu/packages/books.scm (book-sparc) [description]: Fix a typo.

Change-Id: I73f3a7644eefff9610d06b051db5b39484affc3c
2024-12-22 23:04:12 +03:00
Artyom V. Poptsov
877601d7e0
gnu: book-sparc: Update to 2.3.0.
* gnu/packages/books.scm (book-sparc): Update to 2.3.0.

Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
2024-12-22 21:06:40 +03:00
Artyom V. Poptsov
48097f5119
gnu: book-sparc: Update to 2.2.0.
* 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-10-19 00:57:41 +03:00
Artyom V. Poptsov
3518c01cb0
gnu: book-sparc: Update to 2.1.0.
* 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-07-20 12:12:15 +02:00
Sharlatan Hellseher
9b657bab84
gnu: Sort inputs in (gnu packages books) alphabetically.
* gnu/packages/books.scm: Sort #:use-modules and inputs alphabetically
to ease maintenance.

Change-Id: Ifdd94277a51fb34e740398bd962b03098a775572
2024-01-25 21:34:37 +00:00
Artyom V. Poptsov
d1951037b4
gnu: book-sparc: Update to 2.0.0.
* 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>
2024-01-25 21:34:27 +00:00
Artyom V. Poptsov
8960eb0278
gnu: book-sparc: Update to 1.1.0.
* 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-11-23 14:21:00 +00:00
Artyom V. Poptsov
16c0578894
gnu: Add book-sparc.
* 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>
2023-09-05 19:50:45 -04:00