guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: ocaml-lambda-term: Add missing dependencies.
Date: Tue, 21 Jan 2020 19:11:21 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 6c89e06626bfb679bf681ed3e6c04bba79e271cd
Author: Julien Lepiller <address@hidden>
AuthorDate: Wed Jan 22 01:10:27 2020 +0100

    gnu: ocaml-lambda-term: Add missing dependencies.
    
    * gnu/packages/ocaml.scm (ocaml-lambda-term)[propagated-inputs]: Add
    ocaml-lwt-react.
    [inputs]: Add libev.
---
 gnu/packages/ocaml.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b51dc3b..d41bd2a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3117,9 +3117,12 @@ connect an engine to your inputs and rendering functions 
to get an editor.")
      `(#:build-flags (list "--profile" "release")
        #:tests? #f))
     (propagated-inputs
-     `(("lwt" ,ocaml-lwt)
-       ("lwt-log" ,ocaml-lwt-log)
-       ("zed" ,ocaml-zed)))
+     `(("ocaml-lwt" ,ocaml-lwt)
+       ("ocaml-lwt-log" ,ocaml-lwt-log)
+       ("ocaml-lwt-react" ,ocaml-lwt-react)
+       ("ocaml-zed" ,ocaml-zed)))
+    (inputs
+     `(("libev" ,libev)))
     (home-page "https://github.com/diml/lambda-term";)
     (synopsis "Terminal manipulation library for OCaml")
     (description "Lambda-Term is a cross-platform library for manipulating the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]