···206206 # the system-fileio tests use canonicalizePath, which fails in the sandbox
207207 system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio;
208208209209+ # same as above
210210+ mockery = if pkgs.stdenv.isDarwin then dontCheck super.mockery else super.mockery;
211211+209212 # Prevents needing to add security_tool as a build tool to all of x509-system's
210213 # dependencies.
211214 x509-system = if pkgs.stdenv.isDarwin && !pkgs.stdenv.cc.nativeLibc