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 @@ (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/"))
|
||||
|
|
Loading…
Reference in a new issue