summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-28 08:26:34 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:12:48 +0200
commitf4dadc5b496e34bd660caace3e66e530bb353b38 (patch)
tree93de54634f1ef49560ba8f68b28c1605871b6f3f
parent8fe63131bab18099d54694233d0911e43ae241fa (diff)
downloadguix-f4dadc5b496e34bd660caace3e66e530bb353b38.tar.gz
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.
-rw-r--r--gnu/packages/fsf.scm19
1 files 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/"))