guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: frama-c: depend on zlib


From: guix-commits
Subject: branch master updated: gnu: frama-c: depend on zlib
Date: Mon, 17 Jul 2023 15:35:13 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1cd3eb66b1 gnu: frama-c: depend on zlib
1cd3eb66b1 is described below

commit 1cd3eb66b10ec49e2f9b176a0d06ec9f5ac9896d
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sun Jul 16 08:07:48 2023 +0200

    gnu: frama-c: depend on zlib
    
    * gnu/packages/maths.scm (frama-c) [inputs]: Add zlib.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 @@ 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



reply via email to

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