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:
parent
34845f2f67
commit
5be54d01c8
|
@ -22,10 +22,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
|
||||
installFlags = [ "prefix=${placeholder "out"}" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkTarget = "tests";
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ pygtk ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue