pkgs: fix eval

This commit is contained in:
éclairevoyant
2024-09-04 10:47:34 -04:00
parent 08eabd49ce
commit c8204eda76
+1 -1
View File
@@ -14793,7 +14793,7 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
inherit (coqPackages) compcert;
inherit (coqPackages_8_19) compcert;
computecpp-unwrapped = callPackage ../development/compilers/computecpp { };
computecpp = wrapCCWith rec {