darwin-dispatch: 339.92.1 -> 442.1.4
This commit is contained in:
parent
857648dd31
commit
bf58495177
@ -49,6 +49,7 @@ let
|
|||||||
"osx-10.10.5" = {
|
"osx-10.10.5" = {
|
||||||
adv_cmds = "158";
|
adv_cmds = "158";
|
||||||
ICU = "531.48";
|
ICU = "531.48";
|
||||||
|
libdispatch = "442.1.4";
|
||||||
Security = "57031.40.6";
|
Security = "57031.40.6";
|
||||||
|
|
||||||
IOAudioFamily = "203.3";
|
IOAudioFamily = "203.3";
|
||||||
@ -72,7 +73,6 @@ let
|
|||||||
launchd = "842.92.1";
|
launchd = "842.92.1";
|
||||||
libauto = "185.5";
|
libauto = "185.5";
|
||||||
Libc = "997.90.3"; # We use this, but not from here
|
Libc = "997.90.3"; # We use this, but not from here
|
||||||
libdispatch = "339.92.1";
|
|
||||||
Libsystem = "1197.1.1";
|
Libsystem = "1197.1.1";
|
||||||
Security = "55471.14.18";
|
Security = "55471.14.18";
|
||||||
security_dotmac_tp = "55107.1";
|
security_dotmac_tp = "55107.1";
|
||||||
@ -211,7 +211,7 @@ let
|
|||||||
};
|
};
|
||||||
Libc_old = applePackage "Libc/825_40_1.nix" "osx-10.8.5" "0xsx1im52gwlmcrv4lnhhhn9dyk5ci6g27k6yvibn9vj8fzjxwcf" {};
|
Libc_old = applePackage "Libc/825_40_1.nix" "osx-10.8.5" "0xsx1im52gwlmcrv4lnhhhn9dyk5ci6g27k6yvibn9vj8fzjxwcf" {};
|
||||||
libclosure = applePackage "libclosure" "osx-10.11.6" "1zqy1zvra46cmqv6vsf1mcsz3a76r9bky145phfwh4ab6y15vjpq" {};
|
libclosure = applePackage "libclosure" "osx-10.11.6" "1zqy1zvra46cmqv6vsf1mcsz3a76r9bky145phfwh4ab6y15vjpq" {};
|
||||||
libdispatch = applePackage "libdispatch" "osx-10.9.5" "1lc5033cmkwxy3r26gh9plimxshxfcbgw6i0j7mgjlnpk86iy5bk" {};
|
libdispatch = applePackage "libdispatch" "osx-10.10.5" "0jsfbzp87lwk9snlby0hd4zvj7j894p5q3cw0wdx9ny1mcp3kdcj" {};
|
||||||
libiconv = applePackage "libiconv" "osx-10.11.6" "11h6lfajydri4widis62q8scyz7z8l6msqyx40ly4ahsdlbl0981" {};
|
libiconv = applePackage "libiconv" "osx-10.11.6" "11h6lfajydri4widis62q8scyz7z8l6msqyx40ly4ahsdlbl0981" {};
|
||||||
Libinfo = applePackage "Libinfo" "osx-10.11.6" "0qjgkd4y8sjvwjzv5wwyzkb61pg8wwg95bkp721dgzv119dqhr8x" {};
|
Libinfo = applePackage "Libinfo" "osx-10.11.6" "0qjgkd4y8sjvwjzv5wwyzkb61pg8wwg95bkp721dgzv119dqhr8x" {};
|
||||||
Libm = applePackage "Libm" "osx-10.7.4" "02sd82ig2jvvyyfschmb4gpz6psnizri8sh6i982v341x6y4ysl7" {};
|
Libm = applePackage "Libm" "osx-10.7.4" "02sd82ig2jvvyyfschmb4gpz6psnizri8sh6i982v341x6y4ysl7" {};
|
||||||
|
@ -6,8 +6,11 @@ appleDerivation {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/include/dispatch $out/include/os
|
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 private/*.h $out/include/dispatch
|
||||||
|
|
||||||
|
cp -r dispatch/*.h $out/include/dispatch
|
||||||
cp -r os/object*.h $out/include/os
|
cp -r os/object*.h $out/include/os
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user