mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: why3: Enable extra features.
* gnu/packages/maths.scm (why3) <propagated-inputs>: Add ocaml-ppx-deriving, ocaml-ppx-sexp-conv, ocaml-re and ocaml-sexplib to enable extra features. Change-Id: Ia3b66ac08cc25097967c6e18f2193601fb748cac Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
e6413c6f51
commit
b31a49cb5e
1 changed files with 6 additions and 0 deletions
|
@ -9525,9 +9525,15 @@ (define-public why3
|
||||||
ocaml-findlib
|
ocaml-findlib
|
||||||
which))
|
which))
|
||||||
(propagated-inputs (list camlzip
|
(propagated-inputs (list camlzip
|
||||||
|
lablgtk3
|
||||||
ocaml-graph
|
ocaml-graph
|
||||||
|
ocaml-lablgtk3-sourceview3
|
||||||
ocaml-menhir
|
ocaml-menhir
|
||||||
|
ocaml-ppx-deriving
|
||||||
|
ocaml-ppx-sexp-conv
|
||||||
ocaml-num
|
ocaml-num
|
||||||
|
ocaml-re
|
||||||
|
ocaml-sexplib
|
||||||
ocaml-zarith))
|
ocaml-zarith))
|
||||||
(inputs (list coq-flocq
|
(inputs (list coq-flocq
|
||||||
emacs-minimal
|
emacs-minimal
|
||||||
|
|
Loading…
Reference in a new issue