Change aspell configure to use $out/lib/aspell

This commit is contained in:
John Wiegley 2014-04-16 12:59:27 -05:00
parent a1af25033a
commit 78d452c93c

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.