1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -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