mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
hunspellWithDicts: fix bad meta.outputsToInstall
https://github.com/NixOS/nixpkgs/issues/15036#issuecomment-247874297
This commit is contained in:
parent
73f59a794d
commit
4007e5b807
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ stdenv.mkDerivation {
|
|||
buildCommand = ''
|
||||
makeWrapper ${hunspell.bin}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
|
||||
'';
|
||||
inherit (hunspell) meta;
|
||||
meta = removeAttrs hunspell.meta ["outputsToInstall"];
|
||||
}
|
Loading…
Reference in a new issue