about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/resto/ezresto.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/resto/ezresto.nix')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/resto/ezresto.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/resto/ezresto.nix b/nixpkgs/pkgs/development/ocaml-modules/resto/ezresto.nix
new file mode 100644
index 000000000000..8b3b2c6cd71f
--- /dev/null
+++ b/nixpkgs/pkgs/development/ocaml-modules/resto/ezresto.nix
@@ -0,0 +1,12 @@
+{ lib, buildDunePackage, resto, resto-json, uri }:
+
+buildDunePackage {
+  pname = "ezresto";
+  inherit (resto) src version meta useDune2 doCheck;
+
+  propagatedBuildInputs = [
+    uri
+    resto
+    resto-json
+  ];
+}