heptagon: pin OCaml to version 5.3

This commit is contained in:
Vincent Laporte
2026-01-23 14:02:23 +01:00
parent 2ab068d437
commit dc629aeb5e
+4
View File
@@ -4625,6 +4625,10 @@ with pkgs;
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
inherit (haxePackages) hxcpp;
heptagon = callPackage ../by-name/he/heptagon/package.nix {
ocamlPackages = ocaml-ng.ocamlPackages_5_3;
};
dotnetPackages = recurseIntoAttrs (callPackage ./dotnet-packages.nix { });
gopro-tool = callPackage ../by-name/go/gopro-tool/package.nix {