mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
enchant: Add nuspell support
This commit is contained in:
parent
85a8df3523
commit
0542f4e3b0
@ -5,6 +5,7 @@
|
||||
, glib
|
||||
, hunspell
|
||||
, hspell
|
||||
, nuspell
|
||||
, unittest-cpp
|
||||
}:
|
||||
|
||||
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
glib
|
||||
hunspell
|
||||
nuspell
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user