1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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.
This commit is contained in:
Ludovic Courtès
2015-11-21 13:12:02 +01:00
parent 1b933e62dc
commit 8fb583714f
5 changed files with 136 additions and 99 deletions

View File

@@ -18,6 +18,7 @@
(define-module (test-graph)
#:use-module (guix tests)
#:use-module (guix graph)
#:use-module (guix scripts graph)
#:use-module (guix packages)
#:use-module (guix derivations)