pkgs: fix eval ()

This commit is contained in:
K900 2024-09-04 17:55:53 +03:00 committed by GitHub
commit 5a18fb6668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14791,7 +14791,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 {