darwin.launchd: add appleHeaders
This commit is contained in:
parent
69625af7d1
commit
c02807ece4
1 changed files with 14 additions and 0 deletions
|
@ -9,4 +9,18 @@ appleDerivation {
|
|||
cp liblaunch/bootstrap.h $out/include/servers
|
||||
cp liblaunch/bootstrap.h $out/include/servers/bootstrap_defs.h
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
bootstrap.h
|
||||
bootstrap_priv.h
|
||||
launch.h
|
||||
launch_internal.h
|
||||
launch_priv.h
|
||||
reboot2.h
|
||||
servers/bootstrap.h
|
||||
servers/bootstrap_defs.h
|
||||
vproc.h
|
||||
vproc_internal.h
|
||||
vproc_priv.h
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue