nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.earlybird: use dune 3

authored by

Vincent Laporte and committed by
Vincent Laporte
ebbb00a8 a7e55238

+2 -2
+2 -2
pkgs/development/ocaml-modules/earlybird/default.nix
··· 11 11 pname = "earlybird"; 12 12 version = "1.1.0"; 13 13 14 - useDune2 = true; 14 + duneVersion = "3"; 15 15 16 - minimumOCamlVersion = "4.11"; 16 + minimalOCamlVersion = "4.11"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "hackwaly";