1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 07:35:54 +02:00

gnu: aspell: Wrap binary to find dictionaries.

* gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase.
* gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF'
definition.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Federico Beffa
2016-01-08 14:23:12 +01:00
committed by Ludovic Courtès
parent 8c44dabc5a
commit 81fc64da7e
2 changed files with 10 additions and 3 deletions
-3
View File
@@ -465,9 +465,6 @@ else
export PATH=\"$HOME/.guix-profile/bin:$PATH\"
fi
# Allow Aspell to find dictionaries installed in the user profile.
export ASPELL_CONF=\"dict-dir $HOME/.guix-profile/lib/aspell\"
# Allow GStreamer-based applications to find plugins.
export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\"