mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
29a7bd209c
commit
1cd3eb66b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue