lol

disable haskell-mockery check on Darwin

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 206 206 # the system-fileio tests use canonicalizePath, which fails in the sandbox 207 207 system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio; 208 208 209 + # same as above 210 + mockery = if pkgs.stdenv.isDarwin then dontCheck super.mockery else super.mockery; 211 + 209 212 # Prevents needing to add security_tool as a build tool to all of x509-system's 210 213 # dependencies. 211 214 x509-system = if pkgs.stdenv.isDarwin && !pkgs.stdenv.cc.nativeLibc