mate.mate-panel: add gobject-introspection

This commit is contained in:
worldofpeace 2019-01-15 19:28:57 -05:00
parent 1fa78d2fce
commit 1101ebb4fe

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, glib, dbus-glib, libwnck3, librsvg, libxml2, gnome3, mate, hicolor-icon-theme, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, itstool, glib, dbus-glib, libwnck3, librsvg, libxml2, gnome3, mate, hicolor-icon-theme, gobject-introspection, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-panel-${version}";
@ -10,9 +10,10 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
pkgconfig
gobject-introspection
intltool
itstool
pkgconfig
wrapGAppsHook
];