python3Packages.sphinxcontrib_bayesnet: mark unconditionally broken

This commit is contained in:
Martin Weinelt 2022-06-05 15:17:11 +02:00 committed by Jonathan Ringer
parent 3a5f90269a
commit c9d25b2a2f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -16,10 +16,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sphinxcontrib.bayesnet" ];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
homepage = "https://github.com/jluttine/sphinx-bayesnet";
description = "Bayesian networks and factor graphs in Sphinx using TikZ syntax";
license = licenses.gpl3Only;
maintainers = with maintainers; [ jluttine ];
broken = true; # relies on 2to3 conversion, which was removed from setuptools>=58.0
};
}