2018-07-21 02:44:44 +02:00
|
|
|
{ appleDerivation }:
|
2015-02-08 07:53:52 +01:00
|
|
|
|
|
|
|
appleDerivation {
|
|
|
|
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
|
|
|
|
'';
|
2018-05-04 04:17:14 +02:00
|
|
|
}
|