diff options
author | jeschli <jeschli@gmail.com> | 2018-02-28 20:22:08 +0000 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-02-28 20:22:08 +0000 |
commit | e7ac3fc703929cd503bc6a01cad449a5b2c328f2 (patch) | |
tree | a03346a78c60212faa190f4d9ae146ef5a2d6324 /makefu/5pkgs/mcomix | |
parent | a7e49dd5fc590ba2ccb26d559d672767c87a7692 (diff) | |
parent | 793742b9d1b2eab942e5d06ed27028c636cda583 (diff) |
Merge branch 'staging/jeschli' of prism.i:stockholm into staging/jeschli
Diffstat (limited to 'makefu/5pkgs/mcomix')
-rw-r--r-- | makefu/5pkgs/mcomix/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/5pkgs/mcomix/default.nix b/makefu/5pkgs/mcomix/default.nix index a12e2e821..7fb9cd375 100644 --- a/makefu/5pkgs/mcomix/default.nix +++ b/makefu/5pkgs/mcomix/default.nix @@ -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"; |