fdroidserver: Disable tests
This commit is contained in:
parent
8c16010b06
commit
fafb529dd7
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ python.pkgs.buildPythonApplication rec {
|
|||
ruamel_yaml
|
||||
];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://f-droid.org";
|
||||
description = "Server and tools for F-Droid, the Free Software repository system for Android";
|
||||
|
|
Loading…
Reference in a new issue