mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.h2-eio: init at 0.13.0
This commit is contained in:
parent
75a60571b4
commit
57617c48ef
18
pkgs/development/ocaml-modules/h2/eio.nix
Normal file
18
pkgs/development/ocaml-modules/h2/eio.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ buildDunePackage
|
||||
, h2
|
||||
, eio
|
||||
, gluten-eio
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "h2-eio";
|
||||
|
||||
inherit (h2) src version;
|
||||
|
||||
propagatedBuildInputs = [ eio gluten-eio h2 ];
|
||||
|
||||
meta = h2.meta // {
|
||||
description = "EIO support for h2";
|
||||
};
|
||||
}
|
||||
|
@ -660,6 +660,8 @@ let
|
||||
|
||||
h2 = callPackage ../development/ocaml-modules/h2 { };
|
||||
|
||||
h2-eio = callPackage ../development/ocaml-modules/h2/eio.nix { };
|
||||
|
||||
hack_parallel = callPackage ../development/ocaml-modules/hack_parallel { };
|
||||
|
||||
hacl-star = callPackage ../development/ocaml-modules/hacl-star { };
|
||||
|
Loading…
Reference in New Issue
Block a user