Skip to content
Snippets Groups Projects
Unverified Commit b1e9837a authored by Andy Patterson's avatar Andy Patterson Committed by Ludovic Courtès
Browse files

gnu: virt-manager: Enable persistent configuration support.


* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add dconf.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent f023685d
No related branches found
No related tags found
No related merge requests found
...@@ -554,7 +554,8 @@ (define-public virt-manager ...@@ -554,7 +554,8 @@ (define-public virt-manager
(add-after 'install 'glib-or-gtk-wrap (add-after 'install 'glib-or-gtk-wrap
(assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap))))) (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
(inputs (inputs
`(("gtk+" ,gtk+) `(("dconf" ,dconf)
("gtk+" ,gtk+)
("gtk-vnc" ,gtk-vnc) ("gtk-vnc" ,gtk-vnc)
("libvirt" ,libvirt) ("libvirt" ,libvirt)
("libvirt-glib" ,libvirt-glib) ("libvirt-glib" ,libvirt-glib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment