python3Packages.markdownsuperscript: mark broken
This commit is contained in:
parent
a2db06c3f7
commit
c6ca81920e
@ -26,5 +26,6 @@ buildPythonPackage rec {
|
|||||||
description = "An extension to the Python Markdown package enabling superscript text";
|
description = "An extension to the Python Markdown package enabling superscript text";
|
||||||
homepage = "https://github.com/jambonrose/markdown_superscript_extension";
|
homepage = "https://github.com/jambonrose/markdown_superscript_extension";
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
|
broken = true; # unmaintained in nixpkgs, barely maintained in pypi, added 2020-11-29
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user