3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.earlybird: use dune 3

This commit is contained in:
Vincent Laporte 2022-12-17 17:33:12 +01:00 committed by Vincent Laporte
parent a7e55238ff
commit ebbb00a8a8

View file

@ -11,9 +11,9 @@ buildDunePackage rec {
pname = "earlybird";
version = "1.1.0";
useDune2 = true;
duneVersion = "3";
minimumOCamlVersion = "4.11";
minimalOCamlVersion = "4.11";
src = fetchFromGitHub {
owner = "hackwaly";