Skip to content

Commit bb86337

Browse files
committedNov 9, 2017
adv_cmds: remove custom sandbox profile (not allowed in recent Nix)
1 parent 94fc721 commit bb86337

File tree

1 file changed

+0
-3
lines changed
  • pkgs/os-specific/darwin/apple-source-releases/adv_cmds

1 file changed

+0
-3
lines changed
 

‎pkgs/os-specific/darwin/apple-source-releases/adv_cmds/default.nix

-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ in appleDerivation {
8484
];
8585
setOutputFlags = false;
8686

87-
# ps uses this syscall to get process info
88-
propagatedSandboxProfile = stdenv.lib.sandbox.allow "mach-priv-task-port";
89-
9087
meta = {
9188
platforms = stdenv.lib.platforms.darwin;
9289
maintainers = with stdenv.lib.maintainers; [ gridaphobe ];

0 commit comments

Comments
 (0)
Please sign in to comment.