emacs: 'node-type' is in (guix graph) now.

This is a followup to commit 8fb583714f.

* emacs/guix-main.scm (graph-type-names): Use 'node-type-name'
  from (guix graph) module.
This commit is contained in:
Alex Kost 2015-12-12 11:19:43 +03:00
parent fceac88039
commit 7ccb3ad3c1

View file

@ -58,7 +58,6 @@
(guix licenses) (guix licenses)
(guix utils) (guix utils)
(guix ui) (guix ui)
(guix scripts graph)
(guix scripts lint) (guix scripts lint)
(guix scripts package) (guix scripts package)
(guix scripts pull) (guix scripts pull)
@ -989,7 +988,8 @@ (define (pipe-guix-output guix-args command-args)
(define (graph-type-names) (define (graph-type-names)
"Return a list of names of available graph node types." "Return a list of names of available graph node types."
(map node-type-name %node-types)) (map (@ (guix graph) node-type-name)
(@ (guix scripts graph) %node-types)))
(define (refresh-updater-names) (define (refresh-updater-names)
"Return a list of names of available refresh updater types." "Return a list of names of available refresh updater types."