forked from mirrors/nixpkgs
nagstamon: Mark as broken
This commit is contained in:
parent
d132cb1424
commit
0e780ce872
|
@ -20,6 +20,8 @@ pythonPackages.buildPythonApplication rec {
|
||||||
homepage = "https://nagstamon.ifw-dresden.de/";
|
homepage = "https://nagstamon.ifw-dresden.de/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
inherit version;
|
# fails to install with:
|
||||||
|
# TypeError: cannot unpack non-iterable bool object
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue