mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
ocamlPackages.gluten-lwt-unix: init 0.2.1
This commit is contained in:
parent
86d885b8de
commit
c72d55fe31
17
pkgs/development/ocaml-modules/gluten/lwt-unix.nix
Normal file
17
pkgs/development/ocaml-modules/gluten/lwt-unix.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ buildDunePackage
|
||||
, faraday-lwt-unix
|
||||
, gluten
|
||||
, gluten-lwt
|
||||
, lwt_ssl
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "gluten-lwt-unix";
|
||||
inherit (gluten) doCheck meta src useDune2 version;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
faraday-lwt-unix
|
||||
gluten-lwt
|
||||
lwt_ssl
|
||||
];
|
||||
}
|
@ -421,6 +421,7 @@ let
|
||||
|
||||
gluten = callPackage ../development/ocaml-modules/gluten { };
|
||||
gluten-lwt = callPackage ../development/ocaml-modules/gluten/lwt.nix { };
|
||||
gluten-lwt-unix = callPackage ../development/ocaml-modules/gluten/lwt-unix.nix { };
|
||||
|
||||
gmap = callPackage ../development/ocaml-modules/gmap { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user