gnu: virt-manager: Enable statistics graphing support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add python2-pycairo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9a187b39b7
commit
b764a9f5e0
|
@ -545,6 +545,7 @@ virtualization library.")
|
|||
("python2-libvirt" ,python2-libvirt)
|
||||
("python2-requests" ,python2-requests)
|
||||
("python2-ipaddr" ,python2-ipaddr)
|
||||
("python2-pycairo" ,python2-pycairo)
|
||||
("python2-pygobject" ,python2-pygobject)
|
||||
("python2-libxml2" ,python2-libxml2)
|
||||
("spice-gtk" ,spice-gtk)))
|
||||
|
|
Loading…
Reference in New Issue