pythonPackages.clifford: mark broken

This commit is contained in:
Sandro Jäckel
2021-03-10 23:52:28 +01:00
parent e0d6916352
commit ef41887a72
@@ -63,5 +63,7 @@ buildPythonPackage rec {
homepage = "https://clifford.readthedocs.io";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
# many TypeError's in tests
broken = true;
};
}