Skip to content

Commit

Permalink
compcert: fix breakage on linux after f130ecd
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Aug 4, 2017
1 parent 2244b18 commit 5215ed6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5221,13 +5221,9 @@ with pkgs;

cmucl_binary = callPackage_i686 ../development/compilers/cmucl/binary.nix { };

compcert = callPackage ../development/compilers/compcert ((
if system == "x86_64-linux"
then { tools = pkgsi686Linux.stdenv.cc; }
else {}
) // {
compcert = callPackage ../development/compilers/compcert {
coq = coq_8_6;
});
};


# Users installing via `nix-env` will likely be using the REPL,
Expand Down

0 comments on commit 5215ed6

Please sign in to comment.