gnome3.gnome-characters: re-add gobject-introspection dependency
This commit is contained in:
parent
79dd83d466
commit
2e6f01d9a6
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, intltool, gjs, gdk_pixbuf, librsvg }:
|
, intltool, gobjectIntrospection, gjs, gdk_pixbuf, librsvg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook intltool ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 wrapGAppsHook intltool gjs gdk_pixbuf
|
gtk3 gjs gdk_pixbuf gobjectIntrospection
|
||||||
librsvg gnome3.gsettings_desktop_schemas gnome3.defaultIconTheme
|
librsvg gnome3.gsettings_desktop_schemas gnome3.defaultIconTheme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user