mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
darwin.objc4: install Object.h header
This commit is contained in:
parent
90ffd3f3f6
commit
52681db9a3
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ appleDerivation {
|
|||
cp runtime/OldClasses.subproj/List.h $out/include/objc/List.h
|
||||
cp runtime/NSObjCRuntime.h $out/include/objc/NSObjCRuntime.h
|
||||
cp runtime/NSObject.h $out/include/objc/NSObject.h
|
||||
cp runtime/Object.h $out/include/objc/Object.h
|
||||
cp runtime/Protocol.h $out/include/objc/Protocol.h
|
||||
cp runtime/hashtable.h $out/include/objc/hashtable.h
|
||||
cp runtime/hashtable2.h $out/include/objc/hashtable2.h
|
||||
|
|
Loading…
Reference in a new issue