ocamlPackages.irmin-graphql: init at 2.0.0
This commit is contained in:
parent
52be004a7c
commit
186e55f746
20
pkgs/development/ocaml-modules/irmin/graphql.nix
Normal file
20
pkgs/development/ocaml-modules/irmin/graphql.nix
Normal file
@ -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 { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user