[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
416/458: gnu: faif: Update texlive package names.
From: |
guix-commits |
Subject: |
416/458: gnu: faif: Update texlive package names. |
Date: |
Wed, 14 Jun 2023 05:23:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit cef1b329e8ec44fadc9ea0e38c8f4e4beb124bc8
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/"))
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., (continued)
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/14
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 375/458: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 361/458: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/14
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 194/458: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/14
- 295/458: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/14
- 346/458: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/14
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names.,
guix-commits <=
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss., guix-commits, 2023/06/14
- 190/458: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/14
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/14