guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: coq-stdpp: Adjust '#:make-flags'.


From: guix-commits
Subject: 05/05: gnu: coq-stdpp: Adjust '#:make-flags'.
Date: Wed, 17 Nov 2021 22:34:14 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 7537ec816ffe0aaa6677c53604ac12fe9d9ca250
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Nov 16 19:51:54 2021 +0100

    gnu: coq-stdpp: Adjust '#:make-flags'.
    
    * gnu/packages/coq.scm (coq-stdpp)[arguments]<#:make-flags>: Set install
    destination.
    <#:phases>: Remove replace 'install.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/coq.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index aeba0eb..a0579f8 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -633,15 +633,12 @@ also provided in Coq, without associated proofs.")
      `(("coq" ,coq)))
     (arguments
      `(#:tests? #f ; Tests are executed during build phase.
+       #:make-flags (list (string-append "COQLIBINSTALL="
+                                         (assoc-ref %outputs "out")
+                                         "/lib/coq/user-contrib"))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
-         (replace 'install
-           (lambda* (#:key outputs #:allow-other-keys)
-             (invoke "make"
-                     (string-append "COQLIB=" (assoc-ref outputs "out")
-                                    "/lib/coq/")
-                     "install"))))))
+         (delete 'configure))))
     (description "This project contains an extended \"Standard Library\" for
 Coq called coq-std++.  The key features are:
 @itemize



reply via email to

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