ocamlPackages.camlimages: use Dune 3

+4 -4
+4 -4
pkgs/development/ocaml-modules/camlimages/default.nix
··· 1 - { lib, fetchFromGitLab, buildDunePackage, dune-configurator, cppo 2 , graphics, lablgtk, stdio 3 }: 4 ··· 6 pname = "camlimages"; 7 version = "5.0.4"; 8 9 - useDune2 = true; 10 11 - minimumOCamlVersion = "4.07"; 12 13 src = fetchFromGitLab { 14 owner = "camlspotter"; ··· 18 }; 19 20 nativeBuildInputs = [ cppo ]; 21 - buildInputs = [ dune-configurator graphics lablgtk stdio ]; 22 23 meta = with lib; { 24 branch = "5.0";
··· 1 + { lib, fetchFromGitLab, buildDunePackage, findlib, dune-configurator, cppo 2 , graphics, lablgtk, stdio 3 }: 4 ··· 6 pname = "camlimages"; 7 version = "5.0.4"; 8 9 + duneVersion = "3"; 10 11 + minimalOCamlVersion = "4.07"; 12 13 src = fetchFromGitLab { 14 owner = "camlspotter"; ··· 18 }; 19 20 nativeBuildInputs = [ cppo ]; 21 + buildInputs = [ dune-configurator findlib graphics lablgtk stdio ]; 22 23 meta = with lib; { 24 branch = "5.0";