guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64685] [PATCH 1/1] gnu: frama-c: depend on zlib


From: Vivien Kraus
Subject: [bug#64685] [PATCH 1/1] gnu: frama-c: depend on zlib
Date: Sun, 16 Jul 2023 08:07:48 +0200
User-agent: Evolution 3.46.4

* gnu/packages/maths.scm (frama-c) [inputs]: Add zlib.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]