kupfer: add gobject introspection dependency
This commit is contained in:
parent
b050530298
commit
7625f830f4
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user