font-manager: add gobject introspection dependency

This commit is contained in:
Jan Tojnar 2017-12-14 09:39:07 +01:00
parent 7f1a92fbcb
commit 023271e05e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, makeWrapper, automake, autoconf, libtool, { stdenv, fetchFromGitHub, automake, autoconf, libtool,
pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool, pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool,
librsvg, vala_0_34, gnome3, wrapGAppsHook librsvg, vala_0_34, gnome3, wrapGAppsHook, gobjectIntrospection
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
makeWrapper
pkgconfig pkgconfig
automake autoconf libtool automake autoconf libtool
file file
@ -23,6 +22,8 @@ stdenv.mkDerivation rec {
vala_0_34 vala_0_34
gnome3.yelp_tools gnome3.yelp_tools
wrapGAppsHook wrapGAppsHook
# For setup hook
gobjectIntrospection
]; ];
buildInputs = [ buildInputs = [