gnome3.gucharmap: re-add gobject introspection dependency
This commit is contained in:
parent
d2590f8a13
commit
041e5b95d3
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, intltool, fetchurl, pkgconfig, gtk3
|
{ stdenv, intltool, fetchurl, pkgconfig, gtk3
|
||||||
, glib, desktop_file_utils, bash, appdata-tools
|
, glib, desktop_file_utils, bash, appdata-tools
|
||||||
, wrapGAppsHook, gnome3, itstool, libxml2
|
, wrapGAppsHook, gnome3, itstool, libxml2
|
||||||
, callPackage, unzip }:
|
, callPackage, unzip, gobjectIntrospection }:
|
||||||
|
|
||||||
# TODO: icons and theme still does not work
|
# TODO: icons and theme still does not work
|
||||||
# use packaged gnome3.adwaita-icon-theme
|
# use packaged gnome3.adwaita-icon-theme
|
||||||
@ -15,11 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = "patchShebangs gucharmap/gen-guch-unicode-tables.pl";
|
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
|
buildInputs = [ gtk3 glib gnome3.gsettings_desktop_schemas ];
|
||||||
gnome3.yelp_tools libxml2 desktop_file_utils
|
|
||||||
gnome3.gsettings_desktop_schemas ];
|
|
||||||
|
|
||||||
unicode-data = callPackage ./unicode-data.nix {};
|
unicode-data = callPackage ./unicode-data.nix {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user