darwin-dispatch: 339.92.1 -> 442.1.4
This commit is contained in:
@@ -6,8 +6,11 @@ appleDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out/include/dispatch $out/include/os
|
||||
|
||||
cp -r dispatch/*.h $out/include/dispatch
|
||||
# Move these headers so CF can find <os/voucher_private.h>
|
||||
mv private/voucher*.h $out/include/os
|
||||
cp -r private/*.h $out/include/dispatch
|
||||
|
||||
cp -r dispatch/*.h $out/include/dispatch
|
||||
cp -r os/object*.h $out/include/os
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user