diff options
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 03f8a56ea0..cd9b0fc325 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -8182,7 +8182,7 @@ of C, Java, or Ada programs.") (setenv "CONFIG_SHELL" (search-input-file inputs "/bin/sh"))))))) (inputs - (list gmp)) + (list gmp zlib)) (propagated-inputs (list ocaml-biniou ocaml-easy-format |