mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
compcert: fix breakage on linux after f130ecd
This commit is contained in:
parent
2244b1815d
commit
5215ed6b21
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user