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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user