summary refs log tree commit diff
path: root/pkgs/development/libraries/enchant
diff options
context:
space:
mode:
authorSophie Taylor <sophie@spacekitteh.moe>2021-08-09 10:21:18 +1000
committerGitHub <noreply@github.com>2021-08-09 10:21:18 +1000
commit0542f4e3b036b91fb4a697267544fcfb657480c5 (patch)
tree2ffbbc3a42aa609dbeba155af2d3b80875c33552 /pkgs/development/libraries/enchant
parent85a8df35234297987f8035ff25817f7dbf4464c2 (diff)
downloadnixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.tar
nixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.tar.gz
nixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.tar.bz2
nixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.tar.lz
nixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.tar.xz
nixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.tar.zst
nixpkgs-0542f4e3b036b91fb4a697267544fcfb657480c5.zip
enchant: Add nuspell support
Diffstat (limited to 'pkgs/development/libraries/enchant')
-rw-r--r--pkgs/development/libraries/enchant/2.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/enchant/2.x.nix b/pkgs/development/libraries/enchant/2.x.nix
index f2a4ae31346..237ecf148cb 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 = [