From 66de416b7a599eb1b4e43c84dabb7a611e7a362c Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sun, 10 Apr 2016 22:50:39 +0300 Subject: [PATCH] treewide: Mass replace 'hunspell}/bin' to refer to the correct outputs --- pkgs/development/libraries/hunspell/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/hunspell/wrapper.nix b/pkgs/development/libraries/hunspell/wrapper.nix index 88f18e6283de..3793a14b4dcc 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