darwin.diskdev_cmds: fix build with updated source release headers

This commit is contained in:
Randy Eckenrode
2026-04-22 18:18:32 -04:00
parent 2586fb25a2
commit 61896b19c3
@@ -15,6 +15,8 @@ let
name = "diskdev_cmds-deps-private-headers";
buildCommand = ''
install -D -t "$out/include" \
'${Libc}/include/_bounds.h'
for dir in arm i386 machine sys; do
install -D -t "$out/include/$dir" '${xnu}'"/bsd/$dir/disklabel.h"
done