diff --git a/pkgs/development/libraries/enchant/2.x.nix b/pkgs/development/libraries/enchant/2.x.nix index e3975dd0c31..4c52a164f7c 100644 --- a/pkgs/development/libraries/enchant/2.x.nix +++ b/pkgs/development/libraries/enchant/2.x.nix @@ -46,6 +46,10 @@ stdenv.mkDerivation rec { configureFlags = [ "--enable-relocatable" # needed for tests + "--with-aspell" + "--with-hspell" + "--with-hunspell" + "--with-nuspell" ]; meta = with lib; {