treewide: Mass replace 'hunspell}/bin' to refer to the correct outputs
This commit is contained in:
parent
df2dd60b4e
commit
66de416b7a
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||||||
name = (appendToName "with-dicts" hunspell).name;
|
name = (appendToName "with-dicts" hunspell).name;
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
buildCommand = ''
|
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;
|
inherit (hunspell) meta;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user