gnome3.libpeas: re-add gobject introspection dependency
This commit is contained in:
parent
7625f830f4
commit
e3b9406713
@ -8,7 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--enable-python3" ];
|
configureFlags = [ "--enable-python3" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
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; {
|
meta = with stdenv.lib; {
|
||||||
description = "A GObject-based plugins engine";
|
description = "A GObject-based plugins engine";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user