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 /gnu/packages | |
parent | 134969ab6329c95e5cad91f0ad45e2d1bb9fbe65 (diff) | |
download | guix-8a2a088f298af0f239803dd75ee62e4f32d69633.tar.gz guix-8a2a088f298af0f239803dd75ee62e4f32d69633.zip |
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
Diffstat (limited to 'gnu/packages')
-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 0874a9a817..66e57954eb 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." `(,this-package "doc")) (list stex-bootstrap (texlive-updmap.cfg - (list texlive-enumitem)))) + (list texlive-enumitem + texlive-etoolbox)))) ,chez-nanopass-bootstrap ,zuo)) (native-search-paths |