mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ocamlPackages.gluten-eio: init at 0.5.0
This commit is contained in:
parent
f88ba5ea19
commit
f997248425
12
pkgs/development/ocaml-modules/gluten/eio.nix
Normal file
12
pkgs/development/ocaml-modules/gluten/eio.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ lib, buildDunePackage, gluten, eio }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "gluten-eio";
|
||||
inherit (gluten) src version;
|
||||
|
||||
propagatedBuildInputs = [ gluten eio ];
|
||||
|
||||
meta = gluten.meta // {
|
||||
description = "EIO runtime for gluten";
|
||||
};
|
||||
}
|
@ -593,6 +593,7 @@ let
|
||||
github-unix = callPackage ../development/ocaml-modules/github/unix.nix { };
|
||||
|
||||
gluten = callPackage ../development/ocaml-modules/gluten { };
|
||||
gluten-eio = callPackage ../development/ocaml-modules/gluten/eio.nix { };
|
||||
gluten-lwt = callPackage ../development/ocaml-modules/gluten/lwt.nix { };
|
||||
gluten-lwt-unix = callPackage ../development/ocaml-modules/gluten/lwt-unix.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user