9 version = "2017-01-16";
11 idrisDeps = [ lightyear ];
13 src = fetchFromGitLab {
15 repo = "idris-graphviz";
16 rev = "805da92ac888530134c3b4090fae0d025d86bb05";
17 sha256 = "12kzgjlwq6adflfc5zxpgjnaiszhiab6dcp878ysbz3zr2sihljx";
21 sed -i "/^author /cauthor = Merlin Goettlinger" source/graphviz.ipkg
25 description = "Parser and library for graphviz dot files";
26 homepage = "https://gitlab.com/mgttlinger/idris-graphviz";
27 license = lib.licenses.gpl3;
28 maintainers = [ lib.maintainers.brainrape ];