ma pkgs.mcomix: disable tests

This commit is contained in:
makefu 2018-02-27 01:28:18 +01:00
parent 1f1bc3f220
commit 56eb983946
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -11,6 +11,10 @@ python2Packages.buildPythonPackage rec {
propagatedBuildInputs = with python2Packages;
[ python2Packages.pygtk gtk3 python2Packages.pillow ];
# for module in sys.modules.itervalues():
# RuntimeError: dictionary changed size during iteration
doCheck = false;
meta = {
homepage = https://github.com/pyload/pyload;
description = "Free and Open Source download manager written in Python";