guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

416/452: gnu: faif: Update texlive package names.


From: guix-commits
Subject: 416/452: gnu: faif: Update texlive package names.
Date: Fri, 9 Jun 2023 13:44:17 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 59dc0a6a6ecfdb81fc778ee88ec79bd896f887ea
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/"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]