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