From 7338ab600fd2d326d4a92f8ce36d9f632fe32e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 12 Sep 2023 22:29:57 -0700 Subject: [PATCH] python310Packages.md2gemini: mark broken It is incompatible with mistune v3. --- pkgs/development/python-modules/md2gemini/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/md2gemini/default.nix b/pkgs/development/python-modules/md2gemini/default.nix index 9c4215940aa5..e50c405334c1 100644 --- a/pkgs/development/python-modules/md2gemini/default.nix +++ b/pkgs/development/python-modules/md2gemini/default.nix @@ -19,5 +19,6 @@ buildPythonPackage rec { homepage = "https://github.com/makeworld-the-better-one/md2gemini"; license = licenses.lgpl3Plus; maintainers = [ maintainers.kaction ]; + broken = versionAtLeast mistune.version "3"; }; }