virt-manager: fix build on darwin
This commit is contained in:
parent
ba29c65bfb
commit
68e06a303a
1 changed files with 2 additions and 3 deletions
|
@ -21,14 +21,13 @@ python3.pkgs.buildPythonApplication rec {
|
|||
intltool file
|
||||
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
|
||||
docutils
|
||||
];
|
||||
] ++ lib.optional stdenv.isDarwin desktopToDarwinBundle;
|
||||
|
||||
buildInputs = [
|
||||
wrapGAppsHook
|
||||
libvirt-glib vte dconf gtk-vnc gnome.adwaita-icon-theme avahi
|
||||
gsettings-desktop-schemas libosinfo gtksourceview4
|
||||
] ++ lib.optional spiceSupport spice-gtk
|
||||
++ lib.optional stdenv.isDarwin desktopToDarwinBundle;
|
||||
] ++ lib.optional spiceSupport spice-gtk;
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
pygobject3 libvirt libxml2 requests cdrtools
|
||||
|
|
Loading…
Reference in a new issue