gnome3.gspell: re-add gobject introspection dependency
This commit is contained in:
parent
184f8ff69a
commit
7e5717a209
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, gtk3, enchant, isocodes, vala }:
|
{ stdenv, fetchurl, pkgconfig, glib, gtk3, enchant, isocodes, vala, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
propagatedBuildInputs = [ enchant ]; # required for pkgconfig
|
propagatedBuildInputs = [ enchant ]; # required for pkgconfig
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig vala ];
|
nativeBuildInputs = [ pkgconfig vala gobjectIntrospection ];
|
||||||
buildInputs = [ glib gtk3 isocodes ];
|
buildInputs = [ glib gtk3 isocodes ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user