mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add ocaml-shared-memory-ring-lwt.
* gnu/packages/ocaml.scm (ocaml-shared-memory-ring-lwt): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1e324abac0
commit
3b2ca07ed6
1 changed files with 10 additions and 0 deletions
|
@ -3045,6 +3045,16 @@ (define-public ocaml-shared-memory-ring
|
||||||
devices.")
|
devices.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
|
(define-public ocaml-shared-memory-ring-lwt
|
||||||
|
(package
|
||||||
|
(inherit ocaml-shared-memory-ring)
|
||||||
|
(name "ocaml-shared-memory-ring-lwt")
|
||||||
|
(arguments
|
||||||
|
'(#:package "shared-memory-ring-lwt"))
|
||||||
|
(propagated-inputs (modify-inputs (package-propagated-inputs
|
||||||
|
ocaml-shared-memory-ring)
|
||||||
|
(append ocaml-shared-memory-ring)))))
|
||||||
|
|
||||||
(define-public ocaml-luv
|
(define-public ocaml-luv
|
||||||
(package
|
(package
|
||||||
(name "ocaml-luv")
|
(name "ocaml-luv")
|
||||||
|
|
Loading…
Reference in a new issue