adv_cmds: remove custom sandbox profile (not allowed in recent Nix)

This commit is contained in:
Dan Peebles 2017-11-08 22:32:44 -05:00
parent 94fc7214ce
commit bb863378d3

View file

@ -84,9 +84,6 @@ in appleDerivation {
];
setOutputFlags = false;
# ps uses this syscall to get process info
propagatedSandboxProfile = stdenv.lib.sandbox.allow "mach-priv-task-port";
meta = {
platforms = stdenv.lib.platforms.darwin;
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];