From 0542f4e3b036b91fb4a697267544fcfb657480c5 Mon Sep 17 00:00:00 2001 From: Sophie Taylor Date: Mon, 9 Aug 2021 10:21:18 +1000 Subject: [PATCH] enchant: Add nuspell support --- pkgs/development/libraries/enchant/2.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/enchant/2.x.nix b/pkgs/development/libraries/enchant/2.x.nix index f2a4ae31346e..237ecf148cb8 100644 --- a/pkgs/development/libraries/enchant/2.x.nix +++ b/pkgs/development/libraries/enchant/2.x.nix @@ -5,6 +5,7 @@ , glib , hunspell , hspell +, nuspell , unittest-cpp }: @@ -26,6 +27,7 @@ stdenv.mkDerivation rec { buildInputs = [ glib hunspell + nuspell ]; checkInputs = [