From eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 8 Feb 2021 09:03:59 +0100 Subject: [PATCH] ocamlPackages.irmin-watcher: use Dune 2 --- pkgs/development/ocaml-modules/irmin-watcher/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/ocaml-modules/irmin-watcher/default.nix b/pkgs/development/ocaml-modules/irmin-watcher/default.nix index 55dc9ca866b..82818b39492 100644 --- a/pkgs/development/ocaml-modules/irmin-watcher/default.nix +++ b/pkgs/development/ocaml-modules/irmin-watcher/default.nix @@ -6,6 +6,8 @@ buildDunePackage rec { pname = "irmin-watcher"; version = "0.4.1"; + useDune2 = true; + src = fetchurl { url = "https://github.com/mirage/irmin-watcher/releases/download/${version}/irmin-watcher-${version}.tbz"; sha256 = "00d4ph4jbsw6adp3zqdrwi099hfcf7p1xzi0685qr7bgcmandjfv";