gnu: virt-manager: Fix build by including 'gtk-update-icon-cache'.
* gnu/packages/qemu.scm (virt-manager)[native-inputs]: Add gtk+:bin.
This commit is contained in:
parent
88dfd8b8aa
commit
e6efcd5837
|
@ -473,6 +473,7 @@ virtualization library.")
|
|||
`(("qemu" ,qemu)))
|
||||
(native-inputs
|
||||
`(("glib" ,glib "bin") ; glib-compile-schemas.
|
||||
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
|
||||
("perl" ,perl) ; pod2man
|
||||
("intltool" ,intltool)))
|
||||
(home-page "https://virt-manager.org/")
|
||||
|
|
Loading…
Reference in New Issue