Merge pull request #108925 from SuperSandro2000/fix-collection2

This commit is contained in:
Sandro
2021-01-11 19:26:51 +01:00
committed by GitHub
24 changed files with 174 additions and 107 deletions
+3 -1
View File
@@ -20,6 +20,8 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://nagstamon.ifw-dresden.de/";
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
inherit version;
# fails to install with:
# TypeError: cannot unpack non-iterable bool object
broken = true;
};
}