gnome3.libpeas: re-add gobject introspection dependency

This commit is contained in:
Jan Tojnar
2017-12-13 13:32:27 +01:00
parent 7625f830f4
commit e3b9406713

View File

@@ -8,7 +8,11 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-python3" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ intltool glib gtk3 gnome3.defaultIconTheme ncurses python3Packages.python python3Packages.pygobject3 gobjectIntrospection ];
buildInputs = [ intltool glib gtk3 gnome3.defaultIconTheme ncurses python3Packages.python python3Packages.pygobject3 ];
propagatedBuildInputs = [
# Required by libpeas-1.0.pc
gobjectIntrospection
];
meta = with stdenv.lib; {
description = "A GObject-based plugins engine";