about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-02-08 09:03:59 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-02-12 17:42:29 +0100
commiteb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb (patch)
tree4a1b6fb860fcb1fa4749e33bc46ec724b8710ba0 /pkgs/development/ocaml-modules
parent0ca3e0ce49e63abeaf5cc3e3ea7285614b78c449 (diff)
downloadnixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.tar
nixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.tar.gz
nixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.tar.bz2
nixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.tar.lz
nixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.tar.xz
nixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.tar.zst
nixlib-eb15f3e87bfa80b50f6e3a025d0d7c9dfbad63cb.zip
ocamlPackages.irmin-watcher: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/irmin-watcher/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/irmin-watcher/default.nix b/pkgs/development/ocaml-modules/irmin-watcher/default.nix
index 55dc9ca866be..82818b39492d 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";