mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: chez-scheme-for-racket: Add dependency on ‘texlive-etoolbox’.
* gnu/packages/chez.scm (chez-scheme-for-racket)[native-inputs]: Add TEXLIVE-ETOOLBOX. Change-Id: I2ab849443dbad11a8a867b543c5548b3f266f655
This commit is contained in:
parent
134969ab63
commit
8a2a088f29
1 changed files with 2 additions and 1 deletions
|
@ -312,7 +312,8 @@ (define-public chez-scheme-for-racket
|
|||
`(,this-package "doc"))
|
||||
(list stex-bootstrap
|
||||
(texlive-updmap.cfg
|
||||
(list texlive-enumitem))))
|
||||
(list texlive-enumitem
|
||||
texlive-etoolbox))))
|
||||
,chez-nanopass-bootstrap
|
||||
,zuo))
|
||||
(native-search-paths
|
||||
|
|
Loading…
Reference in a new issue