diff options
| author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-17 14:02:45 +0800 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:42 +0200 |
| commit | 8a2a088f298af0f239803dd75ee62e4f32d69633 (patch) | |
| tree | 10cd05b55a6b85564ac00addc537e354032b3671 | |
| parent | 134969ab6329c95e5cad91f0ad45e2d1bb9fbe65 (diff) | |
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
| -rw-r--r-- | gnu/packages/chez.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 0874a9a8170..66e57954eb7 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm | |||
| @@ -312,7 +312,8 @@ will name the threaded machine type unless THREADS? is provided as #f." | |||
| 312 | `(,this-package "doc")) | 312 | `(,this-package "doc")) |
| 313 | (list stex-bootstrap | 313 | (list stex-bootstrap |
| 314 | (texlive-updmap.cfg | 314 | (texlive-updmap.cfg |
| 315 | (list texlive-enumitem)))) | 315 | (list texlive-enumitem |
| 316 | texlive-etoolbox)))) | ||
| 316 | ,chez-nanopass-bootstrap | 317 | ,chez-nanopass-bootstrap |
| 317 | ,zuo)) | 318 | ,zuo)) |
| 318 | (native-search-paths | 319 | (native-search-paths |
