summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell/wrapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/hunspell/wrapper.nix')
-rw-r--r--pkgs/development/libraries/hunspell/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hunspell/wrapper.nix b/pkgs/development/libraries/hunspell/wrapper.nix
index 88f18e6283d..3793a14b4dc 100644
--- a/pkgs/development/libraries/hunspell/wrapper.nix
+++ b/pkgs/development/libraries/hunspell/wrapper.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
   name = (appendToName "with-dicts" hunspell).name;
   buildInputs = [ makeWrapper ];
   buildCommand = ''
-    makeWrapper ${hunspell}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
+    makeWrapper ${hunspell.bin}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
   '';
   inherit (hunspell) meta;
 }
\ No newline at end of file