darwin.removefile: add appleHeaders
This commit is contained in:
parent
e788d512e8
commit
79c264411e
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@ appleDerivation {
|
|||
mkdir -p $out/include/
|
||||
cp removefile.h checkint.h $out/include/
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
checkint.h
|
||||
removefile.h
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue