darwin.removefile: add appleHeaders

This commit is contained in:
Monson Shao 2021-01-14 22:25:46 +08:00
parent e788d512e8
commit 79c264411e
No known key found for this signature in database
GPG key ID: 163271C707982C65

View file

@ -5,4 +5,9 @@ appleDerivation {
mkdir -p $out/include/
cp removefile.h checkint.h $out/include/
'';
appleHeaders = ''
checkint.h
removefile.h
'';
}