From 0a93a9c699ea87834eabd444ea275f8da32db9d6 Mon Sep 17 00:00:00 2001 From: natsukium Date: Mon, 3 Jul 2023 17:27:32 +0900 Subject: [PATCH] python310Packages.sphinxcontrib-bayesnet: unmark broken --- .../python-modules/sphinxcontrib-bayesnet/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/sphinxcontrib-bayesnet/default.nix b/pkgs/development/python-modules/sphinxcontrib-bayesnet/default.nix index 06e00fbe1e93..00a7e95d5ccd 100644 --- a/pkgs/development/python-modules/sphinxcontrib-bayesnet/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-bayesnet/default.nix @@ -20,6 +20,5 @@ buildPythonPackage rec { 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 }; }