Skip to content

Commit

Permalink
virtmanager: Fix gobject-introspection (#57385)
Browse files Browse the repository at this point in the history
(cherry picked from commit 871c1d5)
  • Loading branch information
FlorianFranzen authored and xeji committed Apr 8, 2019
1 parent c8564b7 commit e548fd1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/applications/virtualization/virt-manager/default.nix
Expand Up @@ -23,10 +23,11 @@ python3Packages.buildPythonApplication rec {
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
];

buildInputs =
[ libvirt-glib vte dconf gtk-vnc gnome3.adwaita-icon-theme avahi
gsettings-desktop-schemas libosinfo gtk3
] ++ optional spiceSupport spice-gtk;
buildInputs = [
libvirt-glib vte dconf gtk-vnc gnome3.adwaita-icon-theme avahi
gsettings-desktop-schemas libosinfo gtk3
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
] ++ optional spiceSupport spice-gtk;

propagatedBuildInputs = with python3Packages;
[
Expand Down

0 comments on commit e548fd1

Please sign in to comment.