1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

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";