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:
parent
8fe63131ba
commit
f4dadc5b49
1 changed files with 9 additions and 10 deletions
|
|
@ -38,16 +38,15 @@
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list (texlive-updmap.cfg
|
(list (texlive-updmap.cfg
|
||||||
(list
|
(list texlive-caption
|
||||||
texlive-caption
|
texlive-ec
|
||||||
texlive-endnotes
|
texlive-endnotes
|
||||||
texlive-fonts-ec
|
texlive-fncychap
|
||||||
texlive-helvetic
|
texlive-geometry
|
||||||
texlive-hyperref
|
texlive-helvetic
|
||||||
texlive-latex-fncychap
|
texlive-hyperref
|
||||||
texlive-latex-geometry
|
texlive-times
|
||||||
texlive-latex-ucs
|
texlive-ucs))))
|
||||||
texlive-times))))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:install-plan #~'(("faif-2.0.pdf" "share/doc/faif/"))
|
#:install-plan #~'(("faif-2.0.pdf" "share/doc/faif/"))
|
||||||
|
|
|
||||||
Reference in a new issue