mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: texlive-everyhook: Fix build.
* gnu/packages/tex.scm (texlive-everyhook)[arguments]: Build with "latex" TeX format. [native-inputs]: Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-BERA, TEXLIVE-ENUMITEM, TEXLIVE-ETOOLBOX, TEXLIVE-HYPDOC, TEXLIVE-INCONSOLATA, TEXLIVE-LIPSUM, TEXLIVE-LISTINGS, TEXLIVE-MATHPAZO, TEXLIVE-MICROTYPE, TEXLIVE-PALATINO, TEXLIVE-SVN-PROV, TEXLIVE-UPQUOTE, TEXLIVE-XKEYVAL.
This commit is contained in:
parent
880ada0bdb
commit
dc955bb62d
1 changed files with 16 additions and 0 deletions
|
@ -47463,6 +47463,22 @@ (define-public texlive-everyhook
|
|||
"0rcw2d5ncq8avk33nxika34q3da1v4kcmr6jqdxdg49bq4h8ljs7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list texlive-bera
|
||||
texlive-enumitem
|
||||
texlive-etoolbox
|
||||
texlive-hypdoc
|
||||
texlive-inconsolata
|
||||
texlive-lipsum
|
||||
texlive-listings
|
||||
texlive-mathpazo
|
||||
texlive-microtype
|
||||
texlive-palatino
|
||||
texlive-svn-prov
|
||||
texlive-upquote
|
||||
texlive-xkeyval))))
|
||||
(home-page "https://ctan.org/pkg/everyhook")
|
||||
(synopsis "Hooks for standard TeX token lists")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue