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