mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
darwin.system_cmds: 1039 -> 1042.100.6.0.1
https://github.com/apple-oss-distributions/system_cmds/compare/system_cmds-1039...system_cmds-1042.100.6.0.1
This commit is contained in:
parent
4c232cc266
commit
7a1aca1601
2 changed files with 5 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ let
|
|||
|
||||
libplatform = sourceRelease "libplatform";
|
||||
|
||||
xnu = sourceRelease "xnu";
|
||||
xnu = sourceRelease "xnu"; # Can’t use xnuHeaders because adv_cmds is a transitive dependency of xnuHeaders.
|
||||
|
||||
privateHeaders = stdenvNoCC.mkDerivation {
|
||||
name = "system_cmds-deps-private-headers";
|
||||
|
|
@ -71,10 +71,11 @@ let
|
|||
install -D -t "$out/include/sys" \
|
||||
'${xnu}/bsd/sys/csr.h' \
|
||||
'${xnu}/bsd/sys/event_private.h' \
|
||||
'${xnu}/bsd/sys/pgo.h' \
|
||||
'${xnu}/bsd/sys/kdebug_private.h' \
|
||||
'${xnu}/bsd/sys/kern_memorystatus.h' \
|
||||
'${xnu}/bsd/sys/pgo.h' \
|
||||
'${xnu}/bsd/sys/proc_info_private.h' \
|
||||
'${xnu}/bsd/sys/proc_private.h' \
|
||||
'${xnu}/bsd/sys/reason.h' \
|
||||
'${xnu}/bsd/sys/resource.h' \
|
||||
'${xnu}/bsd/sys/resource_private.h' \
|
||||
|
|
|
|||
|
|
@ -264,8 +264,8 @@
|
|||
"version": "329"
|
||||
},
|
||||
"system_cmds": {
|
||||
"hash": "sha256-OYLCu2pPe10apZEK5kgINcEvxRFFPYquPzcRNkvtJKI=",
|
||||
"version": "1039"
|
||||
"hash": "sha256-zG5N06b1/X6bCPWFME10w8XoLqwGKvrAmNihLy0cxl4=",
|
||||
"version": "1042.100.6.0.1"
|
||||
},
|
||||
"text_cmds": {
|
||||
"hash": "sha256-SDH74Pwy/kPiApisuUFBrDVQ7swCsinMK7zkpm82rnw=",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue