gnu: frama-c: depend on zlib

* gnu/packages/maths.scm (frama-c) [inputs]: Add zlib.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Vivien Kraus 2023-07-16 08:07:48 +02:00 committed by Julien Lepiller
parent 29a7bd209c
commit 1cd3eb66b1
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -8182,7 +8182,7 @@ (define-public frama-c
(setenv "CONFIG_SHELL"
(search-input-file inputs "/bin/sh")))))))
(inputs
(list gmp))
(list gmp zlib))
(propagated-inputs
(list ocaml-biniou
ocaml-easy-format