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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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";