gtkspell3: 3.0.9 → 3.0.10
This commit is contained in:
parent
699f124990
commit
3b04b58bee
@ -1,19 +1,19 @@
|
|||||||
{stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, isocodes, intltool, gobjectIntrospection, vala}:
|
{stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant2, isocodes, intltool, gobjectIntrospection, vala}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkspell-${version}";
|
name = "gtkspell-${version}";
|
||||||
version = "3.0.9";
|
version = "3.0.10";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
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 = "0cjp6xdcnzh6kka42w9g0w2ihqjlq8yl8hjm9wsfnixk6qwgch5h";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gobjectIntrospection vala ];
|
nativeBuildInputs = [ pkgconfig intltool gobjectIntrospection vala ];
|
||||||
buildInputs = [ aspell gtk3 enchant isocodes ];
|
buildInputs = [ aspell gtk3 enchant2 isocodes ];
|
||||||
propagatedBuildInputs = [ enchant ];
|
propagatedBuildInputs = [ enchant2 ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-introspection"
|
"--enable-introspection"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user