forked from mirrors/nixpkgs
darwin.Libsystem: add appleHeaders
This commit is contained in:
parent
e2fb835ce2
commit
0681f7f979
|
@ -115,6 +115,8 @@ appleDerivation {
|
|||
ln -s libresolv.9.dylib $out/lib/libresolv.dylib
|
||||
'';
|
||||
|
||||
appleHeaders = builtins.readFile ./headers.txt;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Mac OS libc/libSystem (tapi library with pure headers)";
|
||||
maintainers = with maintainers; [ copumpkin gridaphobe ];
|
||||
|
|
1727
pkgs/os-specific/darwin/apple-source-releases/Libsystem/headers.txt
Normal file
1727
pkgs/os-specific/darwin/apple-source-releases/Libsystem/headers.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue