Skip to content

Commit

Permalink
pkgs: fix eval (NixOS#339561)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Sep 4, 2024
2 parents 15785da + c8204ed commit 5a18fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5a18fb6

Please sign in to comment.