diff --git a/pkgs/development/python-modules/stem/default.nix b/pkgs/development/python-modules/stem/default.nix index fbecbf58875e..69931a46007f 100644 --- a/pkgs/development/python-modules/stem/default.nix +++ b/pkgs/development/python-modules/stem/default.nix @@ -26,6 +26,5 @@ buildPythonPackage rec { homepage = https://stem.torproject.org/; license = licenses.gpl3; maintainers = with maintainers; [ phreedom ]; - broken = true; }; }