1 { lib, buildPythonPackage, fetchFromGitHub
2 , setuptools, funcparserlib, pillow, webcolors, reportlab, docutils
5 buildPythonPackage rec {
9 src = fetchFromGitHub {
13 sha256 = "1cvcl66kf4wdh2n4fdk37zk59lp58wd2fhf84n7pbn0lilyksk5x";
16 propagatedBuildInputs = [ setuptools funcparserlib pillow webcolors reportlab docutils ];
18 # require network and fail
22 description = "Generate block-diagram image from spec-text file (similar to Graphviz)";
23 homepage = "http://blockdiag.com/";
24 license = licenses.asl20;
25 platforms = platforms.unix;
26 maintainers = with maintainers; [ bjornfor SuperSandro2000 ];