compcert: default to the Coq 9.0 version

This commit is contained in:
Vincent Laporte
2025-09-29 13:45:41 +02:00
parent 092ff7a67f
commit d1d4809b1b
+1 -1
View File
@@ -4602,7 +4602,7 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
inherit (coqPackages_8_20) compcert;
inherit (coqPackages_9_0) compcert;
computecpp = wrapCCWith rec {
cc = computecpp-unwrapped;