Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python.pkgs.send2trash: fix on darwin

+3 -1
+3 -1
pkgs/development/python-modules/send2trash/default.nix
··· 1 - { lib 1 + { stdenv 2 + , lib 2 3 , buildPythonPackage 3 4 , fetchFromGitHub 4 5 , pytest ··· 16 17 sha256 = "1w502i5h8xaqf03g6h95h4vs1wqfv6kg925dn63phrwmg1hfz2xx"; 17 18 }; 18 19 20 + doCheck = !stdenv.isDarwin; 19 21 checkPhase = "HOME=. py.test"; 20 22 checkInputs = [ pytest configparser ]; 21 23