From 9dd862993434fae417aaae6e78c6c0d562f430f1 Mon Sep 17 00:00:00 2001 From: sudoforge Date: Sat, 7 Mar 2026 18:37:14 -0800 Subject: [PATCH] python3Packages.mdformat-toc: remove broken attribute This was set as broken due to a test failure in an mdformat plugin [0], which has now been fixed. [0]: https://github.com/KyleKing/mdformat-admon/issues/25 --- pkgs/development/python-modules/mdformat-toc/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/mdformat-toc/default.nix b/pkgs/development/python-modules/mdformat-toc/default.nix index f1929b1191f7..1d58102fc581 100644 --- a/pkgs/development/python-modules/mdformat-toc/default.nix +++ b/pkgs/development/python-modules/mdformat-toc/default.nix @@ -35,6 +35,5 @@ buildPythonPackage rec { aldoborrero polarmutex ]; - broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25 }; }