lol

treewide: Mass replace 'hunspell}/bin' to refer to the correct outputs

authored by

Tuomas Tynkkynen and committed by
Tuomas Tynkkynen
66de416b df2dd60b

+1 -1
+1 -1
pkgs/development/libraries/hunspell/wrapper.nix
··· 7 7 name = (appendToName "with-dicts" hunspell).name; 8 8 buildInputs = [ makeWrapper ]; 9 9 buildCommand = '' 10 - makeWrapper ${hunspell}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath} 10 + makeWrapper ${hunspell.bin}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath} 11 11 ''; 12 12 inherit (hunspell) meta; 13 13 }