From 842613fb1045a5c31dd32fa80d061d70c0bf52f5 Mon Sep 17 00:00:00 2001 From: Bojan Nikolic Date: Fri, 18 Dec 2015 16:54:19 +0000 Subject: [PATCH] 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 --- pkgs/development/libraries/aspell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/aspell/default.nix b/pkgs/development/libraries/aspell/default.nix index 38d734e902c..5af340bef07 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