mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #51254 from hedning/fix-balsa-enchant
balsa: switch from enchant to gtkspell3
This commit is contained in:
commit
af4e0db357
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue