about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/irmin/http.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-27 06:01:54 +0000
committerGitHub <noreply@github.com>2024-03-27 06:01:54 +0000
commit2400488a9ef5c65f45e7b83995c10b5edd119812 (patch)
treeef07fb8f7e0eca40e2e9dc00a93f4c580c2e2750 /pkgs/development/ocaml-modules/irmin/http.nix
parent973d6ef64d334c1054344c1e45185a7a54ac25ce (diff)
parent26128332c30b5429039ee03218065267f936eaef (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/ocaml-modules/irmin/http.nix')
-rw-r--r--pkgs/development/ocaml-modules/irmin/http.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/irmin/http.nix b/pkgs/development/ocaml-modules/irmin/http.nix
index 9a466928c64a2..1b376425bdcec 100644
--- a/pkgs/development/ocaml-modules/irmin/http.nix
+++ b/pkgs/development/ocaml-modules/irmin/http.nix
@@ -9,8 +9,6 @@ buildDunePackage rec {
   pname = "irmin-http";
 
   inherit (irmin) version src strictDeps;
-  duneVersion = "3";
-
 
   propagatedBuildInputs = [ astring cohttp-lwt cohttp-lwt-unix fmt jsonm logs lwt uri irmin webmachine ];
 
@@ -25,5 +23,3 @@ buildDunePackage rec {
   };
 
 }
-
-