Skip to content

Commit 3eb0ddc

Browse files
erosenninjtojnar
authored andcommittedJan 14, 2018
virt-manager: add gobjectIntrospection to nativeBuildInputs
1 parent b6c696c commit 3eb0ddc

File tree

1 file changed

+4
-1
lines changed
  • pkgs/applications/virtualization/virt-manager

1 file changed

+4
-1
lines changed
 

‎pkgs/applications/virtualization/virt-manager/default.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ python2Packages.buildPythonApplication rec {
1717
sha256 = "093azs8p4p7y4nf5j25xpsvdxww7gky1g0hs8mkcvmpxl2wjd0jj";
1818
};
1919

20-
nativeBuildInputs = [ wrapGAppsHook intltool file ];
20+
nativeBuildInputs = [
21+
wrapGAppsHook intltool file
22+
gobjectIntrospection # for setup hook populating GI_TYPELIB_PATH
23+
];
2124

2225
buildInputs =
2326
[ libvirt-glib vte virtinst dconf gtkvnc gnome3.defaultIconTheme avahi

0 commit comments

Comments
 (0)
Please sign in to comment.