1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

bleachbit: don't run tests, or pretend to do so

This commit is contained in:
Will Dietz 2019-04-01 10:26:52 -05:00
parent 34845f2f67
commit 5be54d01c8

View file

@ -22,10 +22,6 @@ pythonPackages.buildPythonApplication rec {
installFlags = [ "prefix=${placeholder "out"}" ];
doCheck = true;
checkTarget = "tests";
propagatedBuildInputs = with pythonPackages; [ pygtk ];
meta = {