balsa: use gtkspell3 instead of enchant
The build fails with enchant-1.6.1 and enchant2. use gtkspell instead.
This commit is contained in:
parent
9db2421d1f
commit
99512af9f5
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, intltool, glib, gtk3, gmime, gnutls,
|
{ stdenv, fetchurl, pkgconfig, intltool, glib, gtk3, gmime, gnutls,
|
||||||
webkitgtk, libesmtp, openssl, libnotify, enchant, gpgme,
|
webkitgtk, libesmtp, openssl, libnotify, gtkspell3, gpgme,
|
||||||
libcanberra-gtk3, libsecret, gtksourceview, gobjectIntrospection,
|
libcanberra-gtk3, libsecret, gtksourceview, gobjectIntrospection,
|
||||||
hicolor-icon-theme, wrapGAppsHook
|
hicolor-icon-theme, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
webkitgtk
|
webkitgtk
|
||||||
openssl
|
openssl
|
||||||
libnotify
|
libnotify
|
||||||
enchant
|
gtkspell3
|
||||||
gpgme
|
gpgme
|
||||||
libcanberra-gtk3
|
libcanberra-gtk3
|
||||||
gtksourceview
|
gtksourceview
|
||||||
|
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
||||||
"--with-ssl"
|
"--with-ssl"
|
||||||
"--with-unique"
|
"--with-unique"
|
||||||
"--without-gnome"
|
"--without-gnome"
|
||||||
|
"--with-spell-checker=gtkspell"
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
|
||||||
|
|
Loading…
Reference in New Issue