ocamlPackages.irmin-graphql: init at 2.0.0
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
{ lib, buildDunePackage, cohttp-lwt, graphql-cohttp, graphql-lwt, irmin }:
|
||||||
|
|
||||||
|
buildDunePackage rec {
|
||||||
|
|
||||||
|
pname = "irmin-graphql";
|
||||||
|
|
||||||
|
inherit (irmin) version src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ cohttp-lwt graphql-cohttp graphql-lwt irmin ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = irmin.meta // {
|
||||||
|
description = "GraphQL server for Irmin";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -376,6 +376,8 @@ let
|
|||||||
|
|
||||||
irmin-git = callPackage ../development/ocaml-modules/irmin/git.nix { };
|
irmin-git = callPackage ../development/ocaml-modules/irmin/git.nix { };
|
||||||
|
|
||||||
|
irmin-graphql = callPackage ../development/ocaml-modules/irmin/graphql.nix { };
|
||||||
|
|
||||||
irmin-http = callPackage ../development/ocaml-modules/irmin/http.nix { };
|
irmin-http = callPackage ../development/ocaml-modules/irmin/http.nix { };
|
||||||
|
|
||||||
irmin-mem = callPackage ../development/ocaml-modules/irmin/mem.nix { };
|
irmin-mem = callPackage ../development/ocaml-modules/irmin/mem.nix { };
|
||||||
|
|||||||
Reference in New Issue
Block a user