lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.python-markdown-math: fix Markdown dependency (#444017)

authored by

Aleksana and committed by
GitHub
34fc35f8 c7e96dbb

+1 -1
+1 -1
pkgs/development/python-modules/python-markdown-math/default.nix
··· 20 20 21 21 build-system = [ setuptools ]; 22 22 23 - nativeCheckInputs = [ markdown ]; 23 + dependencies = [ markdown ]; 24 24 25 25 meta = { 26 26 description = "Math extension for Python-Markdown";