gtkspell3: add gir
This commit is contained in:
parent
bdfbe578da
commit
79092439ca
@ -1,18 +1,22 @@
|
|||||||
{stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, isocodes, intltool}:
|
{stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, isocodes, intltool, gobjectIntrospection}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkspell-${version}";
|
name = "gtkspell-${version}";
|
||||||
version = "3.0.9";
|
version = "3.0.9";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gtkspell/gtkspell3-${version}.tar.xz";
|
url = "mirror://sourceforge/gtkspell/gtkspell3-${version}.tar.xz";
|
||||||
sha256 = "09jdicmpipmj4v84gnkqwbmj4lh8v0i6pn967rb9jx4zg2ia9x54";
|
sha256 = "09jdicmpipmj4v84gnkqwbmj4lh8v0i6pn967rb9jx4zg2ia9x54";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool gobjectIntrospection ];
|
||||||
buildInputs = [ aspell gtk3 enchant isocodes ];
|
buildInputs = [ aspell gtk3 enchant isocodes ];
|
||||||
propagatedBuildInputs = [ enchant ];
|
propagatedBuildInputs = [ enchant ];
|
||||||
|
|
||||||
|
configureFlags = [ "--enable-introspection" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://gtkspell.sourceforge.net/;
|
homepage = http://gtkspell.sourceforge.net/;
|
||||||
description = "Word-processor-style highlighting GtkTextView widget";
|
description = "Word-processor-style highlighting GtkTextView widget";
|
||||||
|
Loading…
Reference in New Issue
Block a user