virt-manager: add appindicator support (#499738)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
libosinfo,
|
||||
adwaita-icon-theme,
|
||||
gtksourceview4,
|
||||
libayatana-appindicator,
|
||||
xorriso,
|
||||
spiceSupport ? true,
|
||||
spice-gtk ? null,
|
||||
@@ -70,6 +71,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libosinfo
|
||||
gtksourceview4
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
libayatana-appindicator
|
||||
]
|
||||
++ lib.optionals spiceSupport [
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
|
||||
Reference in New Issue
Block a user