mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: coq: Build coqide
* gnu/packages/ocaml.scm (coq): Build coqide. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8afd19585f
commit
4da696877c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue