From 52681db9a3c24a592fd5fd745bea0db6ad7f8d8d Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 11 Jul 2018 15:38:20 -0400 Subject: darwin.objc4: install Object.h header --- pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix') diff --git a/pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix b/pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix index 5c78182085b..a7cedaaea11 100644 --- a/pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix +++ b/pkgs/os-specific/darwin/apple-source-releases/objc4/default.nix @@ -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 -- cgit 1.4.1