hunspellWithDicts: fix bad `meta.outputsToInstall`

https://github.com/NixOS/nixpkgs/issues/15036#issuecomment-247874297
wip/yesman
Vladimír Čunát 8 years ago
parent 73f59a794d
commit 4007e5b807
  1. 4
      pkgs/development/libraries/hunspell/wrapper.nix

@ -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…
Cancel
Save