ocamlPackages.mimic: use dune 3

This commit is contained in:
Vincent Laporte
2023-01-12 17:56:25 +01:00
committed by Vincent Laporte
parent 4d86aa6b50
commit aa339b2365
2 changed files with 2 additions and 0 deletions
@@ -8,6 +8,7 @@ buildDunePackage rec {
version = "0.0.6";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/dinosaure/mimic/releases/download/${version}/mimic-${version}.tbz";
@@ -6,6 +6,7 @@ buildDunePackage {
inherit (mimic) src version;
minimalOCamlVersion = "4.08";
duneVersion = "3";
strictDeps = true;