gnu: coq: Build coqide

* gnu/packages/ocaml.scm (coq): Build coqide.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Julien Lepiller 2016-12-13 11:22:06 +01:00 committed by Ludovic Courtès
parent 8afd19585f
commit 4da696877c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

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