aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/git-http/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/git-http/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/git-http/default.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/git-http/default.nix b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/git-http/default.nix
deleted file mode 100644
index 54bd5c2da233..000000000000
--- a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/git-http/default.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ buildDunePackage, git, cohttp, cohttp-lwt }:
-
-buildDunePackage {
- pname = "git-http";
- inherit (git) version src minimumOCamlVersion;
-
- useDune2 = true;
-
- propagatedBuildInputs = [ git cohttp cohttp-lwt ];
-
- meta = {
- description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
- inherit (git.meta) homepage license maintainers;
- };
-}