mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
virt-manager: add gobjectIntrospection to nativeBuildInputs
This commit is contained in:
parent
b6c696cc6f
commit
3eb0ddcfc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user