mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
adv_cmds: remove custom sandbox profile (not allowed in recent Nix)
This commit is contained in:
parent
94fc7214ce
commit
bb863378d3
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user