lol

python3Packages.rpyc: disable checks on darwin

+3
+3
pkgs/development/python-modules/rpyc/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 , hatchling ··· 49 pythonImportsCheck = [ 50 "rpyc" 51 ]; 52 53 meta = with lib; { 54 description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
··· 1 { lib 2 + , stdenv 3 , buildPythonPackage 4 , fetchFromGitHub 5 , hatchling ··· 50 pythonImportsCheck = [ 51 "rpyc" 52 ]; 53 + 54 + doCheck = !stdenv.isDarwin; 55 56 meta = with lib; { 57 description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";