Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ appleDerivation', stdenvNoCC }:
appleDerivation' stdenvNoCC {
installPhase = ''
mkdir -p $out/include
cp *.h $out/include/
'';
appleHeaders = ''
Block.h
Block_private.h
}