lol

ocamlPackages.dispatch: use Dune 3

+1 -1
+1 -1
pkgs/development/ocaml-modules/dispatch/default.nix
··· 4 pname = "dispatch"; 5 version = "0.5.0"; 6 7 - useDune2 = true; 8 9 src = fetchFromGitHub { 10 owner = "inhabitedtype";
··· 4 pname = "dispatch"; 5 version = "0.5.0"; 6 7 + duneVersion = "3"; 8 9 src = fetchFromGitHub { 10 owner = "inhabitedtype";