gnome3.gnome-characters: fix build

This commit is contained in:
Jan Tojnar 2018-03-14 14:14:11 +01:00
parent d0bf496f7f
commit f5bfbb377c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gnome3, gtk3, wrapGAppsHook { stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gnome3, glib, gtk3, pango, wrapGAppsHook
, gobjectIntrospection, gjs, gdk_pixbuf, librsvg }: , gobjectIntrospection, gjs, gdk_pixbuf, librsvg }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,10 +17,11 @@ stdenv.mkDerivation rec {
}; };
}; };
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook ]; nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook gobjectIntrospection ];
buildInputs = [ buildInputs = [ glib gtk3 gjs pango gnome3.gsettings-desktop-schemas gnome3.defaultIconTheme ];
gtk3 gjs gdk_pixbuf gobjectIntrospection
librsvg gnome3.gsettings-desktop-schemas gnome3.defaultIconTheme mesonFlags = [
"-Ddbus_service_dir=${placeholder "out"}/share/dbus-1/services"
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {