HACK: darwin adv_cmds: Add a dummy 'out' output
This commit is contained in:
parent
0a23d430bf
commit
0cd08e7e02
|
@ -73,12 +73,15 @@ in appleDerivation {
|
||||||
|
|
||||||
install -d 0755 $ps/bin
|
install -d 0755 $ps/bin
|
||||||
install ps $ps/bin/ps
|
install ps $ps/bin/ps
|
||||||
|
touch "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
"out"
|
||||||
"ps"
|
"ps"
|
||||||
"locale"
|
"locale"
|
||||||
];
|
];
|
||||||
|
setOutputFlags = false;
|
||||||
|
|
||||||
# ps uses this syscall to get process info
|
# ps uses this syscall to get process info
|
||||||
propagatedSandboxProfile = stdenv.lib.sandbox.allow "mach-priv-task-port";
|
propagatedSandboxProfile = stdenv.lib.sandbox.allow "mach-priv-task-port";
|
||||||
|
|
Loading…
Reference in New Issue