me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-lambda-term: Add missing dependencies.

* gnu/packages/ocaml.scm (ocaml-lambda-term)[propagated-inputs]: Add
ocaml-lwt-react.
[inputs]: Add libev.
master
Julien Lepiller 2020-01-22 01:10:27 +01:00
parent d77310cc3f
commit 6c89e06626
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 6 additions and 3 deletions

View File

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