Add (guix graph).
authorLudovic Courtès <ludo@gnu.org>
Sat, 21 Nov 2015 12:12:02 +0000 (13:12 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 21 Nov 2015 15:26:43 +0000 (16:26 +0100)
commit8fb583714f78d1b283523ef7edbb6e098946182f
tree13db949dd4869d2c8b41a3a1ce0a28f9bacbb860
parent1b933e62dcc8521e383a78e5d7952a194e47a4ec
Add (guix graph).

* guix/scripts/graph.scm (<node-type>, <graph-backend>, emit-prologue)
(emit-epilogue, emit-node, emit-edge, %graphviz-backend, export-graph):
Move to...
* guix/graph.scm: ... here.  New file.
* guix/scripts/system.scm, tests/graph.scm: Use it.
* Makefile.am (MODULES): Add it.
Makefile.am
guix/graph.scm [new file with mode: 0644]
guix/scripts/graph.scm
guix/scripts/system.scm
tests/graph.scm