forked from mirrors/nixpkgs
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;
|
||||
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;
|
||||
}
|
Loading…
Reference in a new issue