diff options
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 |