Skip to content

Commit

Permalink
python.pkgs.send2trash: fix on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 23, 2018
1 parent cc52eff commit 36b0efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/send2trash/default.nix
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildPythonPackage
, fetchFromGitHub
, pytest
Expand All @@ -16,6 +17,7 @@ buildPythonPackage rec {
sha256 = "1w502i5h8xaqf03g6h95h4vs1wqfv6kg925dn63phrwmg1hfz2xx";
};

doCheck = !stdenv.isDarwin;
checkPhase = "HOME=. py.test";
checkInputs = [ pytest configparser ];

Expand Down

0 comments on commit 36b0efc

Please sign in to comment.