mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: chez-web: Add texlive-charter.
* gnu/packages/chez.scm (chez-web)[native-inputs]: Add texlive-charter to texlive-union.
This commit is contained in:
parent
f98dfdc1b6
commit
0f2e91490a
1 changed files with 2 additions and 1 deletions
|
@ -316,7 +316,8 @@ (define-public chez-web
|
|||
(native-inputs
|
||||
`(("chez-scheme" ,chez-scheme)
|
||||
("ghostscript" ,ghostscript)
|
||||
("texlive" ,(texlive-union (list texlive-latex-oberdiek
|
||||
("texlive" ,(texlive-union (list texlive-charter
|
||||
texlive-latex-oberdiek
|
||||
texlive-generic-epsf
|
||||
texlive-metapost
|
||||
texlive-fonts-charter
|
||||
|
|
Loading…
Reference in a new issue