mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
ocamlPackages.httpun-eio: init at 0.2.0
This commit is contained in:
parent
7e69dfd3c0
commit
e2be410cef
16
pkgs/development/ocaml-modules/httpun/eio.nix
Normal file
16
pkgs/development/ocaml-modules/httpun/eio.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{ buildDunePackage
|
||||||
|
, httpun
|
||||||
|
, gluten-eio
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
pname = "httpun-eio";
|
||||||
|
|
||||||
|
inherit (httpun) src version;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ gluten-eio httpun ];
|
||||||
|
|
||||||
|
meta = httpun.meta // {
|
||||||
|
description = "EIO support for httpun";
|
||||||
|
};
|
||||||
|
}
|
@ -693,6 +693,8 @@ let
|
|||||||
|
|
||||||
httpun = callPackage ../development/ocaml-modules/httpun { };
|
httpun = callPackage ../development/ocaml-modules/httpun { };
|
||||||
|
|
||||||
|
httpun-eio = callPackage ../development/ocaml-modules/httpun/eio.nix { };
|
||||||
|
|
||||||
httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { };
|
httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { };
|
||||||
|
|
||||||
hxd = callPackage ../development/ocaml-modules/hxd { };
|
hxd = callPackage ../development/ocaml-modules/hxd { };
|
||||||
|
Loading…
Reference in New Issue
Block a user