lol

python3Packages.rpyc: disable checks on darwin

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