mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pkgs: fix eval
This commit is contained in:
parent
08eabd49ce
commit
c8204eda76
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue