kupfer: add gobject introspection dependency

This commit is contained in:
Jan Tojnar
2017-12-22 23:31:54 +01:00
parent b050530298
commit 7625f830f4
+6 -1
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 ];