Skip to content

Commit

Permalink
Revert "aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if …
Browse files Browse the repository at this point in the history
…unset"

This reverts commit 399065f.

I am blind, this was already checked above. Thanks @bjornfor for noticing.
  • Loading branch information
bennofs committed Apr 19, 2017
1 parent 1496565 commit 042e268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/aspell/default.nix
Expand Up @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
#! $SHELL -e
if [ -z "\$ASPELL_CONF" ]; then
for p in \$NIX_PROFILES; do
if [ -z "\$ASPELL_CONF" ] && [ -d "\$p/lib/aspell" ]; then
if [ -d "\$p/lib/aspell" ]; then
ASPELL_CONF="data-dir \$p/lib/aspell"
fi
done
Expand Down

0 comments on commit 042e268

Please sign in to comment.