mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue