2021-05-28 09:39:13 +00:00
|
|
|
{ appleDerivation', stdenvNoCC }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-05-28 09:39:13 +00:00
|
|
|
appleDerivation' stdenvNoCC {
|
2020-04-24 23:36:52 +00:00
|
|
|
installPhase = ''
|
|
|
|
mkdir -p $out/include
|
|
|
|
|
|
|
|
cp Source/Intel/math.h $out/include
|
|
|
|
cp Source/Intel/fenv.h $out/include
|
|
|
|
cp Source/complex.h $out/include
|
|
|
|
'';
|
|
|
|
}
|