gnu: ocaml-lambda-term: Add missing dependencies.
* gnu/packages/ocaml.scm (ocaml-lambda-term)[propagated-inputs]: Add ocaml-lwt-react. [inputs]: Add libev.master
parent
d77310cc3f
commit
6c89e06626
|
@ -3117,9 +3117,12 @@ connect an engine to your inputs and rendering functions to get an editor.")
|
||||||
`(#:build-flags (list "--profile" "release")
|
`(#:build-flags (list "--profile" "release")
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("lwt" ,ocaml-lwt)
|
`(("ocaml-lwt" ,ocaml-lwt)
|
||||||
("lwt-log" ,ocaml-lwt-log)
|
("ocaml-lwt-log" ,ocaml-lwt-log)
|
||||||
("zed" ,ocaml-zed)))
|
("ocaml-lwt-react" ,ocaml-lwt-react)
|
||||||
|
("ocaml-zed" ,ocaml-zed)))
|
||||||
|
(inputs
|
||||||
|
`(("libev" ,libev)))
|
||||||
(home-page "https://github.com/diml/lambda-term")
|
(home-page "https://github.com/diml/lambda-term")
|
||||||
(synopsis "Terminal manipulation library for OCaml")
|
(synopsis "Terminal manipulation library for OCaml")
|
||||||
(description "Lambda-Term is a cross-platform library for manipulating the
|
(description "Lambda-Term is a cross-platform library for manipulating the
|
||||||
|
|
Reference in New Issue