Merge pull request #2282 from jwiegley/aspell

Change aspell configure to use $out/lib/aspell
This commit is contained in:
Peter Simons 2014-04-16 20:59:14 +02:00
commit 5776dc458f

View File

@ -12,6 +12,13 @@ stdenv.mkDerivation rec {
doCheck = true;
preConfigure = ''
configureFlagsArray=(
--enable-pkglibdir=$out/lib/aspell
--enable-pkgdatadir=$out/lib/aspell
);
'';
# Note: Users should define the `ASPELL_CONF' environment variable to
# `dict-dir $HOME/.nix-profile/lib/aspell/' so that they can access
# dictionaries installed in their profile.