aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/irmin/mirage-graphql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/irmin/mirage-graphql.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/irmin/mirage-graphql.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/irmin/mirage-graphql.nix b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/irmin/mirage-graphql.nix
new file mode 100644
index 000000000000..d550b9c924b1
--- /dev/null
+++ b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/irmin/mirage-graphql.nix
@@ -0,0 +1,21 @@
+{ buildDunePackage, irmin-mirage, irmin-graphql
+, mirage-clock, cohttp-lwt, lwt, uri, git
+}:
+
+buildDunePackage {
+ pname = "irmin-mirage-graphql";
+
+ inherit (irmin-mirage) version src useDune2;
+
+ propagatedBuildInputs = [
+ irmin-mirage
+ irmin-graphql
+ mirage-clock
+ cohttp-lwt
+ lwt
+ uri
+ git
+ ];
+
+ inherit (irmin-mirage) meta;
+}