1 { buildPythonApplication
7 buildPythonApplication rec {
8 pname = "pandoc-plantuml-filter";
12 inherit pname version;
13 sha256 = "08673mfwxsw6s52mgglbdz7ybb68svqyr3s9w97d7rifbwvvc9ia";
16 propagatedBuildInputs = [
21 homepage = "https://github.com/timofurrer/pandoc-plantuml-filter";
22 description = "Pandoc filter which converts PlantUML code blocks to PlantUML images";
23 license = licenses.mit;
24 maintainers = with maintainers; [ cmcdragonkai ];