summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorBojan Nikolic <bojan@bnikolic.co.uk>2015-12-18 16:54:19 +0000
committerRok Garbas <rok@garbas.si>2015-12-22 01:56:27 +0100
commit842613fb1045a5c31dd32fa80d061d70c0bf52f5 (patch)
treefc31b90aaec9172b4d890e5a742e8fec02f1a646 /pkgs/development/libraries/aspell
parent38a6b5fb43df30c17c1447abcdba52cae1ee068c (diff)
aspell: improve the doc string, fixes #11814
It is better to specify data-dir in the environmental variable since then both the language description files and the dictionaries will be found. Since dict-dir defaults to data-dir only the latter needs to be set. See for example https://github.com/NixOS/nixpkgs/issues/1000
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/aspell/default.nix b/pkgs/development/libraries/aspell/default.nix
index 38d734e902c3..5af340bef07a 100644
--- a/pkgs/development/libraries/aspell/default.nix
+++ b/pkgs/development/libraries/aspell/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
# Note: Users should define the `ASPELL_CONF' environment variable to
- # `dict-dir $HOME/.nix-profile/lib/aspell/' so that they can access
+ # `data-dir $HOME/.nix-profile/lib/aspell/' so that they can access
# dictionaries installed in their profile.
#
# We can't use `$out/etc/aspell.conf' for that purpose since Aspell