mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03: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 New Issue
Block a user