darwin.Libinfo: add appleHeaders
This commit is contained in:
parent
24feb6adb2
commit
c08b0b360a
1 changed files with 36 additions and 0 deletions
|
@ -11,4 +11,40 @@ appleDerivation {
|
|||
export DSTROOT=$out
|
||||
sh xcodescripts/install_files.sh
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
aliasdb.h
|
||||
bootparams.h
|
||||
configuration_profile.h
|
||||
grp.h
|
||||
ifaddrs.h
|
||||
ils.h
|
||||
kvbuf.h
|
||||
libinfo.h
|
||||
libinfo_muser.h
|
||||
membership.h
|
||||
membershipPriv.h
|
||||
netdb.h
|
||||
netdb_async.h
|
||||
ntsid.h
|
||||
printerdb.h
|
||||
pwd.h
|
||||
rpc/auth.h
|
||||
rpc/auth_unix.h
|
||||
rpc/clnt.h
|
||||
rpc/pmap_clnt.h
|
||||
rpc/pmap_prot.h
|
||||
rpc/pmap_rmt.h
|
||||
rpc/rpc.h
|
||||
rpc/rpc_msg.h
|
||||
rpc/svc.h
|
||||
rpc/svc_auth.h
|
||||
rpc/types.h
|
||||
rpc/xdr.h
|
||||
rpcsvc/yp_prot.h
|
||||
rpcsvc/ypclnt.h
|
||||
si_data.h
|
||||
si_module.h
|
||||
thread_data.h
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue