ocamlPackages.earlybird: use Dune 2

This commit is contained in:
Vincent Laporte
2020-12-01 07:49:29 +01:00
committed by Vincent Laporte
parent 11c35305ca
commit 38a91dff4d

View File

@@ -10,6 +10,8 @@ buildDunePackage rec {
pname = "earlybird";
version = "0.1.5";
useDune2 = true;
minimumOCamlVersion = "4.04";
src = fetchurl {