Skip to content

Commit

Permalink
virtmanager: Fix gobject-introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFranzen committed Mar 11, 2019
1 parent 34aa254 commit 097ade8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/applications/virtualization/virt-manager/default.nix
Original file line number Diff line number Diff line change
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 097ade8

Please sign in to comment.