gnome3.gnome-characters: fix build

This commit is contained in:
Jan Tojnar 2018-03-14 01:47:20 +01:00
parent e9d597e0df
commit 820891f6b0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, intltool, gobjectIntrospection, gjs, gdk_pixbuf, librsvg }:
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gnome3, gtk3, wrapGAppsHook
, gobjectIntrospection, gjs, gdk_pixbuf, librsvg }:
stdenv.mkDerivation rec {
name = "gnome-characters-${version}";
@ -11,10 +11,13 @@ stdenv.mkDerivation rec {
};
passthru = {
updateScript = gnome3.updateScript { packageName = "gnome-characters"; attrPath = "gnome3.gnome-characters"; };
updateScript = gnome3.updateScript {
packageName = "gnome-characters";
attrPath = "gnome3.gnome-characters";
};
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook intltool ];
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook ];
buildInputs = [
gtk3 gjs gdk_pixbuf gobjectIntrospection
librsvg gnome3.gsettings-desktop-schemas gnome3.defaultIconTheme