guix-patches
[Top][All Lists]
Advanced

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

[bug#60120] [PATCH 21/28] gnu: Add ocaml5.0-eio-luv.


From: pukkamustard
Subject: [bug#60120] [PATCH 21/28] gnu: Add ocaml5.0-eio-luv.
Date: Fri, 16 Dec 2022 13:25:20 +0000

* gnu/packages/ocaml.scm (ocaml5.0-eio-luv): New variable.
---
 gnu/packages/ocaml.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 02173421d9..afad994d8d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2829,6 +2829,19 @@ (define ocaml-eio
 (define-public ocaml5.0-eio
   (package-with-ocaml5.0 ocaml-eio))
 
+(define ocaml-eio-luv
+  (package
+    (inherit ocaml-eio)
+    (name "ocaml-eio-luv")
+    (arguments `(#:package "eio_luv"
+                 #:test-target "."))
+    (propagated-inputs (list ocaml-eio ocaml-luv))
+    (native-inputs
+     (list ocaml-mdx))))
+
+(define-public ocaml5.0-eio-luv
+  (package-with-ocaml5.0 ocaml-eio-luv))
+
 (define-public ocaml-lwt
   (package
     (name "ocaml-lwt")
-- 
2.38.1






reply via email to

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