diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-31 22:44:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-31 22:44:30 +0100 |
commit | e6efcd5837cac301de3d32ea4d87f016d1d07988 (patch) | |
tree | b32e15b158991739baff260e1aaca7c6ad520f9d /gnu/packages | |
parent | 88dfd8b8aafc364a60e4f6866dc8bca63283620b (diff) | |
download | patches-e6efcd5837cac301de3d32ea4d87f016d1d07988.tar patches-e6efcd5837cac301de3d32ea4d87f016d1d07988.tar.gz |
gnu: virt-manager: Fix build by including 'gtk-update-icon-cache'.
* gnu/packages/qemu.scm (virt-manager)[native-inputs]: Add gtk+:bin.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/qemu.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 9bf8c3afbd..f6e34cace4 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -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/") |