darwin.xnu: add appleHeaders
This commit is contained in:
parent
1eb3a0d5c9
commit
e2fb835ce2
@ -127,6 +127,8 @@ appleDerivation ({
|
|||||||
mkdir $out/Library/PrivateFrameworks
|
mkdir $out/Library/PrivateFrameworks
|
||||||
mv $out/Library/Frameworks/IOKit.framework $out/Library/PrivateFrameworks
|
mv $out/Library/Frameworks/IOKit.framework $out/Library/PrivateFrameworks
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
appleHeaders = builtins.readFile ./headers.txt;
|
||||||
} // lib.optionalAttrs headersOnly {
|
} // lib.optionalAttrs headersOnly {
|
||||||
HOST_CODESIGN = "echo";
|
HOST_CODESIGN = "echo";
|
||||||
HOST_CODESIGN_ALLOCATE = "echo";
|
HOST_CODESIGN_ALLOCATE = "echo";
|
||||||
|
1318
pkgs/os-specific/darwin/apple-source-releases/xnu/headers.txt
Normal file
1318
pkgs/os-specific/darwin/apple-source-releases/xnu/headers.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user