mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Change aspell configure to use $out/lib/aspell
This commit is contained in:
parent
a1af25033a
commit
78d452c93c
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue