mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: virt-manager: Don't propagate qemu.
The current version of virt-manager does not directly use "qemu-img" or "kvm-img" in its source. * gnu/packages/virtualization.scm (virt-manager)[propagated-inputs]: Move qemu to… [inputs]: …here. Change-Id: I87a549b4d4f14168419ce419cb92dbf078c35381
This commit is contained in:
parent
e1a084f1a8
commit
1eeeeb8add
1 changed files with 1 additions and 3 deletions
|
@ -1692,11 +1692,9 @@ (define-public virt-manager
|
|||
python-pycairo
|
||||
python-pygobject
|
||||
python-requests
|
||||
qemu
|
||||
spice-gtk
|
||||
vte))
|
||||
;; virt-manager searches for qemu-img or kvm-img in the PATH.
|
||||
(propagated-inputs
|
||||
(list qemu))
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ; glib-compile-schemas
|
||||
gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue