Merge pull request #133205 from spacekitteh/patch-33

enchant: Add nuspell support
This commit is contained in:
Jan Tojnar
2021-08-16 10:31:50 +02:00
committed by GitHub
@@ -5,6 +5,7 @@
, glib
, hunspell
, hspell
, nuspell
, unittest-cpp
}:
@@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
hunspell
nuspell
];
checkInputs = [