11 pname = "django-mdeditor";
14 src = fetchFromGitHub {
16 repo = "django-mdeditor";
18 hash = "sha256-t57j1HhjNQtBwlbqe4mAHQ9WiNcIhMKYmrZkiqh+k5k=";
22 ./Bump-KaTeX-and-replace-bootcdn-with-jsdelivr.patch
25 propagatedBuildInputs = [ django ];
29 pythonImportsCheck = [ "mdeditor" ];
32 description = "Markdown Editor plugin application for django based on Editor.md";
33 homepage = "https://github.com/pylixm/django-mdeditor";
34 changelog = "https://github.com/pylixm/django-mdeditor/releases";
35 license = licenses.gpl3;
36 maintainers = with maintainers; [ augustebaum ];