Add icc in mcxx to enable imc* wrappers

This commit is contained in:
2020-07-10 13:17:45 +02:00
parent fdc8b68d9a
commit 114a6b081f
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
, flex
, bison
, gcc
, icc
}:
stdenv.mkDerivation rec {
@@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
bison
flex
gcc
icc
];
configureFlags = [