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.
This commit is contained in:
Nicolas Goaziou 2023-05-28 08:26:34 +02:00
parent 8fe63131ba
commit f4dadc5b49
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -38,16 +38,15 @@ (define-public book-faif
(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/"))