guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: coq-interval: Update to 4.5.2.


From: guix-commits
Subject: 06/11: gnu: coq-interval: Update to 4.5.2.
Date: Thu, 22 Sep 2022 01:38:43 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 9f391b90faca02ca97c5018d6c095ecdaa1a94a7
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Sep 19 22:05:18 2022 +0200

    gnu: coq-interval: Update to 4.5.2.
    
    * gnu/packages/coq.scm (coq-interval): Update to 4.5.2.
---
 gnu/packages/coq.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index cd864e962f..f487b3794c 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -463,7 +463,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
 (define-public coq-interval
   (package
     (name "coq-interval")
-    (version "4.4.0")
+    (version "4.5.2")
     (source
      (origin
        (method git-fetch)
@@ -473,7 +473,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1rlcbv1nqm7zv60n63lca6nnxcq3c18akgzl72s1n3h89gvhs87z"))))
+         "138vgb0bq6wkygrhkahjgb9spwpzc6x6kkycj2qnf5naxx1z412w"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake ocaml which coq))
@@ -486,7 +486,9 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
     (arguments
      `(#:configure-flags
        (list (string-append "COQUSERCONTRIB=" (assoc-ref %outputs "out")
-                            "/lib/coq/user-contrib"))
+                            "/lib/coq/user-contrib")
+             (string-append "OCAMLFIND_DESTDIR=" (assoc-ref %outputs "out")
+                            "/lib/ocaml/site-lib"))
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'fix-remake



reply via email to

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