Change aspell configure to use $out/lib/aspell
This commit is contained in:
parent
a1af25033a
commit
78d452c93c
|
@ -12,6 +12,13 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
configureFlagsArray=(
|
||||||
|
--enable-pkglibdir=$out/lib/aspell
|
||||||
|
--enable-pkgdatadir=$out/lib/aspell
|
||||||
|
);
|
||||||
|
'';
|
||||||
|
|
||||||
# Note: Users should define the `ASPELL_CONF' environment variable to
|
# Note: Users should define the `ASPELL_CONF' environment variable to
|
||||||
# `dict-dir $HOME/.nix-profile/lib/aspell/' so that they can access
|
# `dict-dir $HOME/.nix-profile/lib/aspell/' so that they can access
|
||||||
# dictionaries installed in their profile.
|
# dictionaries installed in their profile.
|
||||||
|
|
Loading…
Reference in New Issue