1 { lib, appleDerivation', stdenvNoCC }:
3 appleDerivation' stdenvNoCC {
8 cp MacTypes.h $out/include
9 cp ConditionalMacros.h $out/include
11 substituteInPlace $out/include/MacTypes.h \
12 --replace "CarbonCore/" ""
16 maintainers = with maintainers; [ copumpkin ];
17 platforms = platforms.darwin;
18 license = licenses.apple-psl20;