[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
416/435: gnu: faif: Update texlive package names.
From: |
guix-commits |
Subject: |
416/435: gnu: faif: Update texlive package names. |
Date: |
Tue, 6 Jun 2023 11:40:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8fbd3efa8d943c94d849822e75eec78334ff7ea1
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/"))
- 379/435: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 379/435: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 378/435: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 386/435: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 390/435: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/06
- 393/435: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/06
- 394/435: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/06
- 395/435: gnu: texlive-ec: Fix build., guix-commits, 2023/06/06
- 400/435: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/06
- 402/435: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/06
- 414/435: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/06
- 416/435: gnu: faif: Update texlive package names.,
guix-commits <=
- 415/435: gnu: Add texlive-mfware., guix-commits, 2023/06/06
- 419/435: guix: texlive-build-system: Generate TeX formats., guix-commits, 2023/06/06
- 420/435: guix: Let texlive importer suggest format creation., guix-commits, 2023/06/06
- 424/435: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/06
- 423/435: gnu: Add texlive-latex., guix-commits, 2023/06/06
- 422/435: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/06
- 429/435: gnu: Add texlive-luatex85., guix-commits, 2023/06/06
- 428/435: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/06
- 240/435: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/06
- 241/435: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/06