We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b6c696c commit 3eb0ddcCopy full SHA for 3eb0ddc
pkgs/applications/virtualization/virt-manager/default.nix
@@ -17,7 +17,10 @@ python2Packages.buildPythonApplication rec {
17
sha256 = "093azs8p4p7y4nf5j25xpsvdxww7gky1g0hs8mkcvmpxl2wjd0jj";
18
};
19
20
- nativeBuildInputs = [ wrapGAppsHook intltool file ];
+ nativeBuildInputs = [
21
+ wrapGAppsHook intltool file
22
+ gobjectIntrospection # for setup hook populating GI_TYPELIB_PATH
23
+ ];
24
25
buildInputs =
26
[ libvirt-glib vte virtinst dconf gtkvnc gnome3.defaultIconTheme avahi
0 commit comments