nixpkgs/pkgs/development/libraries/hunspell
Matthew Bauer ed060975c5 hunspellDicts: add aliases for each dictionary
This adds LANG aliases for each dictionary. This makes things a little
easier and expected. For instance, you get an error message from
hunspell like:

  Can't open affix or dictionary files for dictionary named "en_US".

and you can resolve it by running

  nix-env -iA nixpkgs.hunspellDicts.en_US
2019-07-24 17:39:27 -04:00
..
0001-Make-hunspell-look-in-XDG_DATA_DIRS-for-dictionaries.patch hunspell: add patch to look in XDG_DATA_DIRS 2019-07-24 17:39:24 -04:00
default.nix hunspell: add patch to look in XDG_DATA_DIRS 2019-07-24 17:39:24 -04:00
dictionaries.nix hunspellDicts: add aliases for each dictionary 2019-07-24 17:39:27 -04:00
wrapper.nix hunspellWithDicts: fix bad meta.outputsToInstall 2016-09-18 22:39:57 +02:00