alezost pushed a commit to branch master
in repository guix.
commit c1a8c5ab1caf53dad66ff25cb9eeaa1b6b8ed3f3
Author: Alex Kost <[email protected]>
Date: Thu Aug 27 22:32:23 2015 +0300
guix graph: Export node types and <node-type> accessors.
* guix/scripts/graph.scm (%node-types, node-type, node-type?,
node-type-identifier, node-type-label, node-type-edges,
node-type-convert, node-type-name, node-type-description): Export.
---
guix/scripts/graph.scm | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm
index 475f054..1719ffc 100644
--- a/guix/scripts/graph.scm
+++ b/guix/scripts/graph.scm
@@ -39,6 +39,16 @@
%bag-emerged-node-type
%derivation-node-type
%reference-node-type
+ %node-types
+
+ node-type
+ node-type?
+ node-type-identifier
+ node-type-label
+ node-type-edges
+ node-type-convert
+ node-type-name
+ node-type-description
%graphviz-backend
graph-backend?