mcxx: remove build dependency with icc

This commit is contained in:
2020-07-10 16:42:33 +02:00
parent 261d304961
commit 7c68efe743
3 changed files with 27 additions and 4 deletions

View File

@@ -72,7 +72,6 @@ let
};
mcxx = callPackage ./bsc/mcxx/default.nix {
icc = icc;
stdenv = pkgs.gcc9Stdenv;
nanos6 = nanos6-git;
};