darwin-dispatch: 339.92.1 -> 442.1.4

This commit is contained in:
Daiderd Jordan
2017-05-27 23:19:48 +02:00
parent 857648dd31
commit bf58495177
2 changed files with 6 additions and 3 deletions
@@ -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
'';
}