ocamlPackages.gluten-lwt: init 0.2.1
This commit is contained in:
parent
a88d967cd4
commit
86d885b8de
2 changed files with 15 additions and 0 deletions
14
pkgs/development/ocaml-modules/gluten/lwt.nix
Normal file
14
pkgs/development/ocaml-modules/gluten/lwt.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ buildDunePackage
|
||||
, gluten
|
||||
, lwt
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "gluten-lwt";
|
||||
inherit (gluten) doCheck meta src useDune2 version;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gluten
|
||||
lwt
|
||||
];
|
||||
}
|
|
@ -420,6 +420,7 @@ let
|
|||
getopt = callPackage ../development/ocaml-modules/getopt { };
|
||||
|
||||
gluten = callPackage ../development/ocaml-modules/gluten { };
|
||||
gluten-lwt = callPackage ../development/ocaml-modules/gluten/lwt.nix { };
|
||||
|
||||
gmap = callPackage ../development/ocaml-modules/gmap { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue