gnome3.gucharmap: re-add gobject introspection dependency

This commit is contained in:
Jan Tojnar 2017-12-13 09:54:08 +01:00
parent d2590f8a13
commit 041e5b95d3
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,7 +1,7 @@
{ stdenv, intltool, fetchurl, pkgconfig, gtk3
, glib, desktop_file_utils, bash, appdata-tools
, wrapGAppsHook, gnome3, itstool, libxml2
, callPackage, unzip }:
, callPackage, unzip, gobjectIntrospection }:
# TODO: icons and theme still does not work
# use packaged gnome3.adwaita-icon-theme
@ -15,11 +15,12 @@ stdenv.mkDerivation rec {
preConfigure = "patchShebangs gucharmap/gen-guch-unicode-tables.pl";
nativeBuildInputs = [ pkgconfig wrapGAppsHook unzip ];
nativeBuildInputs = [
pkgconfig wrapGAppsHook unzip intltool itstool appdata-tools
gnome3.yelp_tools libxml2 desktop_file_utils gobjectIntrospection
];
buildInputs = [ gtk3 intltool itstool glib appdata-tools
gnome3.yelp_tools libxml2 desktop_file_utils
gnome3.gsettings_desktop_schemas ];
buildInputs = [ gtk3 glib gnome3.gsettings_desktop_schemas ];
unicode-data = callPackage ./unicode-data.nix {};