Skip to content

Commit

Permalink
virt-manager: add gobjectIntrospection to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
erosennin authored and jtojnar committed Jan 14, 2018
1 parent b6c696c commit 3eb0ddc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/virtualization/virt-manager/default.nix
Expand Up @@ -17,7 +17,10 @@ python2Packages.buildPythonApplication rec {
sha256 = "093azs8p4p7y4nf5j25xpsvdxww7gky1g0hs8mkcvmpxl2wjd0jj";
};

nativeBuildInputs = [ wrapGAppsHook intltool file ];
nativeBuildInputs = [
wrapGAppsHook intltool file
gobjectIntrospection # for setup hook populating GI_TYPELIB_PATH
];

buildInputs =
[ libvirt-glib vte virtinst dconf gtkvnc gnome3.defaultIconTheme avahi
Expand Down

0 comments on commit 3eb0ddc

Please sign in to comment.