kupfer: add gobject introspection dependency

This commit is contained in:
Jan Tojnar 2017-12-13 12:48:47 +01:00
parent b050530298
commit 7625f830f4
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,6 +3,7 @@
, fetchurl , fetchurl
, intltool , intltool
, python3Packages , python3Packages
, gobjectIntrospection
, gtk3 , gtk3
, dbus , dbus
, libwnck3 , libwnck3
@ -22,7 +23,11 @@ buildPythonApplication rec {
sha256 = "0c9xjx13r8ckfr4az116bhxsd3pk78v04c3lz6lqhraak0rp4d92"; sha256 = "0c9xjx13r8ckfr4az116bhxsd3pk78v04c3lz6lqhraak0rp4d92";
}; };
nativeBuildInputs = [ wrapGAppsHook intltool ]; nativeBuildInputs = [
wrapGAppsHook intltool
# For setup hook
gobjectIntrospection
];
buildInputs = [ hicolor_icon_theme docutils libwnck3 keybinder3 ]; buildInputs = [ hicolor_icon_theme docutils libwnck3 keybinder3 ];
propagatedBuildInputs = [ pygobject3 gtk3 pyxdg dbus-python pycairo ]; propagatedBuildInputs = [ pygobject3 gtk3 pyxdg dbus-python pycairo ];