summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/balsa
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2018-11-27 15:25:01 +0100
committerTor Hedin Brønner <torhedinbronner@gmail.com>2018-11-29 23:32:19 +0100
commit99512af9f5337e09f1bd9d88bc7ffe16c6affc00 (patch)
treee5dfbc675e105439152888c177ea96c3ba4ef7a9 /pkgs/applications/networking/mailreaders/balsa
parent9db2421d1f65beb38911e8133349193db0042a1d (diff)
balsa: use gtkspell3 instead of enchant
The build fails with enchant-1.6.1 and enchant2. use gtkspell instead.
Diffstat (limited to 'pkgs/applications/networking/mailreaders/balsa')
-rw-r--r--pkgs/applications/networking/mailreaders/balsa/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/balsa/default.nix b/pkgs/applications/networking/mailreaders/balsa/default.nix
index 571a48951477..8d9a685b444c 100644
--- a/pkgs/applications/networking/mailreaders/balsa/default.nix
+++ b/pkgs/applications/networking/mailreaders/balsa/default.nix
@@ -1,5 +1,5 @@
{ 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,
hicolor-icon-theme, wrapGAppsHook
}:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
webkitgtk
openssl
libnotify
- enchant
+ gtkspell3
gpgme
libcanberra-gtk3
gtksourceview
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
"--with-ssl"
"--with-unique"
"--without-gnome"
+ "--with-spell-checker=gtkspell"
];
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";