guix-commits
[Top][All Lists]
Advanced

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

154/155: gnu: coq: Build coqide


From: John Darrington
Subject: 154/155: gnu: coq: Build coqide
Date: Wed, 21 Dec 2016 20:48:43 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 06c48906170abcc1bc2a5bedcb9235dc307d29ad
Author: Julien Lepiller <address@hidden>
Date:   Tue Dec 13 11:22:06 2016 +0100

    gnu: coq: Build coqide
    
    * gnu/packages/ocaml.scm (coq): Build coqide.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/ocaml.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 555e3fd..c5784db 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -341,9 +341,11 @@ written in Objective Caml.")
     (build-system gnu-build-system)
     (native-inputs
      `(("texlive" ,texlive)
+       ("findlib" ,ocaml-findlib)
        ("hevea" ,hevea)))
     (inputs
      `(("ocaml" ,ocaml)
+       ("lablgtk" ,lablgtk)
        ("camlp5" ,camlp5)))
     (arguments
      `(#:phases
@@ -356,7 +358,8 @@ written in Objective Caml.")
                (zero? (system* "./configure"
                                "-prefix" out
                                "-mandir" mandir
-                               "-browser" browser)))))
+                               "-browser" browser
+                               "-coqide" "opt")))))
          (replace 'build
            (lambda _
              (zero? (system* "make" "-j" (number->string



reply via email to

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