HACK: darwin adv_cmds: Add a dummy 'out' output

This commit is contained in:
Tuomas Tynkkynen 2016-02-03 11:33:31 +02:00 committed by Dan Peebles
parent 0a23d430bf
commit 0cd08e7e02

View file

@ -73,12 +73,15 @@ in appleDerivation {
install -d 0755 $ps/bin
install ps $ps/bin/ps
touch "$out"
'';
outputs = [
"out"
"ps"
"locale"
];
setOutputFlags = false;
# ps uses this syscall to get process info
propagatedSandboxProfile = stdenv.lib.sandbox.allow "mach-priv-task-port";