darwin.removefile: add appleHeaders

This commit is contained in:
Monson Shao
2021-01-30 21:37:44 +08:00
parent e788d512e8
commit 79c264411e
@@ -5,4 +5,9 @@ appleDerivation {
mkdir -p $out/include/
cp removefile.h checkint.h $out/include/
'';
appleHeaders = ''
checkint.h
removefile.h
'';
}