[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
416/416: gnu: faif: Update texlive package names.
From: |
guix-commits |
Subject: |
416/416: gnu: faif: Update texlive package names. |
Date: |
Sun, 28 May 2023 02:33:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2740d95f2cedfae93950d0dfa72ce2dd347277d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 28 08:26:34 2023 +0200
gnu: faif: Update texlive package names.
* gnu/packages/fsf.scm (book-faif)[native-inputs]: Replace TEXLIVE-FONTS-EC,
TEXLIVE-LATEX-FNCYCHAP, TEXLIVE-LATEX-GEOMETRY, TEXLIVE-LATEX-UCS with
TEXLIVE-EC, TEXLIVE-FNCYCHAP, TEXLIVE-GEOMETRY, TEXLIVE-UCS.
---
gnu/packages/fsf.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/fsf.scm b/gnu/packages/fsf.scm
index 16d2179e02..b07ad14164 100644
--- a/gnu/packages/fsf.scm
+++ b/gnu/packages/fsf.scm
@@ -38,16 +38,15 @@
(build-system copy-build-system)
(native-inputs
(list (texlive-updmap.cfg
- (list
- texlive-caption
- texlive-endnotes
- texlive-fonts-ec
- texlive-helvetic
- texlive-hyperref
- texlive-latex-fncychap
- texlive-latex-geometry
- texlive-latex-ucs
- texlive-times))))
+ (list texlive-caption
+ texlive-ec
+ texlive-endnotes
+ texlive-fncychap
+ texlive-geometry
+ texlive-helvetic
+ texlive-hyperref
+ texlive-times
+ texlive-ucs))))
(arguments
(list
#:install-plan #~'(("faif-2.0.pdf" "share/doc/faif/"))
- 392/416: gnu: texlive-etex: Fix build., (continued)
- 392/416: gnu: texlive-etex: Fix build., guix-commits, 2023/05/28
- 395/416: gnu: texlive-ec: Fix build., guix-commits, 2023/05/28
- 398/416: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 400/416: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 402/416: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 403/416: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/28
- 404/416: gnu: texlive-cs: Fix build., guix-commits, 2023/05/28
- 407/416: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28
- 410/416: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/28
- 413/416: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 416/416: gnu: faif: Update texlive package names.,
guix-commits <=
- 129/416: gnu: Add texlive-gincltex., guix-commits, 2023/05/28
- 150/416: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 153/416: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/28
- 154/416: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 174/416: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 166/416: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 159/416: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/28
- 163/416: gnu: Add texlive-ntheorem., guix-commits, 2023/05/28
- 167/416: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 170/416: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28