python310Packages.md2gemini: mark broken

It is incompatible with mistune v3.
This commit is contained in:
Robert Schütz 2023-09-12 22:29:57 -07:00
parent 9a3403ba41
commit 7338ab600f

View file

@ -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";
};
}