me
/
guix
Archived
1
0
Fork 0

gnu: frama-c: depend on zlib

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

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
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
1 changed files with 1 additions and 1 deletions

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