pythonPackages.rabbitvcs: disable tests
This commit is contained in:
parent
31031577c1
commit
66a0ac9358
|
@ -30,6 +30,8 @@ python2Packages.buildPythonApplication rec {
|
|||
wrapPythonProgramsIn $cli "$out $pythonPath"
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Graphical tools for working with version control systems";
|
||||
homepage = http://rabbitvcs.org/;
|
||||
|
|
Loading…
Reference in New Issue