mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
PowerManagement: init at 572.50.1
This commit is contained in:
parent
85ae7137ac
commit
050557ef8a
@ -0,0 +1,9 @@
|
||||
{ appleDerivation, xcbuild, IOKit }:
|
||||
|
||||
appleDerivation {
|
||||
buildInputs = [ xcbuild IOKit ];
|
||||
xcbuildFlags = "-target caffeinate";
|
||||
installPhase = ''
|
||||
install -D Products/Deployment/caffeinate $out/bin/caffeinate
|
||||
'';
|
||||
}
|
@ -7,6 +7,7 @@ let
|
||||
# now it's staying here.
|
||||
versions = {
|
||||
"osx-10.11.6" = {
|
||||
PowerManagement = "572.50.1";
|
||||
SmartCardServices = "55111";
|
||||
dtrace = "168";
|
||||
xnu = "3248.60.10";
|
||||
@ -257,6 +258,7 @@ let
|
||||
system_cmds = applePackage "system_cmds" "osx-10.11.6" "1h46j2c5v02pkv5d9fyv6cpgyg0lczvwicrx6r9s210cl03l77jl" {};
|
||||
text_cmds = applePackage "text_cmds" "osx-10.11.6" "1f93m7dd0ghqb2hwh905mjhzblyfr7dwffw98xhgmv1mfdnigxg0" {};
|
||||
top = applePackage "top" "osx-10.11.6" "0i9120rfwapgwdvjbfg0ya143i29s1m8zbddsxh39pdc59xnsg5l" {};
|
||||
PowerManagement = applePackage "PowerManagement" "osx-10.11.6" "1llimhvp0gjffd47322lnjq7cqwinx0c5z7ikli04ad5srpa68mh" {};
|
||||
|
||||
security_systemkeychain = applePackage "security_systemkeychain" "osx-10.10.5" "0xviskdgxsail15npi0billyiysvljlmg38mmhnr7qi4ymnnjr90" {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user