hunspellWithDicts: fix bad meta.outputsToInstall
https://github.com/NixOS/nixpkgs/issues/15036#issuecomment-247874297
This commit is contained in:
parent
73f59a794d
commit
4007e5b807
@ -9,5 +9,5 @@ stdenv.mkDerivation {
|
|||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
makeWrapper ${hunspell.bin}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
|
makeWrapper ${hunspell.bin}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
|
||||||
'';
|
'';
|
||||||
inherit (hunspell) meta;
|
meta = removeAttrs hunspell.meta ["outputsToInstall"];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user