1 { fetchFromGitHub, buildPythonApplication, lib, pandocfilters, six }:
3 buildPythonApplication rec {
4 pname = "pandoc-imagine";
7 src = fetchFromGitHub {
11 sha256 = "1wpnckc7qyrf6ga5xhr6gv38k1anpy9nx888n7n3rh6nixzcz2dw";
14 propagatedBuildInputs = [ pandocfilters six ];
20 homepage = src.meta.homepage;
22 A pandoc filter that will turn code blocks tagged with certain classes
23 into images or ASCII art
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ synthetica ];