enchant: Add nuspell support

This commit is contained in:
Sophie Taylor 2021-08-09 10:21:18 +10:00 committed by GitHub
parent 85a8df3523
commit 0542f4e3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
, glib
, hunspell
, hspell
, nuspell
, unittest-cpp
}:
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
hunspell
nuspell
];
checkInputs = [