14 pname = "plastexdepgraph";
18 src = fetchFromGitHub {
19 repo = "plastexdepgraph";
20 owner = "PatrickMassot";
22 hash = "sha256-Q13uYYZe1QgZHS4Nj8ugr+Fmhva98ttJj3AlXTK6XDw=";
25 build-system = [ setuptools ];
33 description = "plasTeX plugin allowing to build dependency graphs";
34 homepage = "https://github.com/PatrickMassot/plastexdepgraph";
35 maintainers = with lib.maintainers; [ niklashh ];
36 license = lib.licenses.asl20;