summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell/wrapper.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-10 22:50:39 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-04-14 08:32:20 +0300
commit66de416b7a599eb1b4e43c84dabb7a611e7a362c (patch)
tree50bd0f7a247f7fcae65941a982471fa55f055766 /pkgs/development/libraries/hunspell/wrapper.nix
parentdf2dd60b4e259e429fed258f4dd6f817f5979fd2 (diff)
downloadnixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.tar
nixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.tar.gz
nixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.tar.bz2
nixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.tar.lz
nixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.tar.xz
nixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.tar.zst
nixpkgs-66de416b7a599eb1b4e43c84dabb7a611e7a362c.zip
treewide: Mass replace 'hunspell}/bin' to refer to the correct outputs
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