~ruther/guix-local

c08da2ee371e7667dbed0eeb84f43e489b1be5f5 — Ludovic Courtès 8 years ago ebfd6a7
system: Define 'DICPATH' in /etc/profile.

* gnu/system.scm (operating-system-etc-service) <profile>: Define
'DICPATH'.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +4 -0
@@ 610,6 610,10 @@ fi
# See <http://bugs.gnu.org/22650>.
umask 022

# Allow Hunspell-based applications (IceCat, LibreOffice, etc.) to
# find dictionaries.
export DICPATH=\"$HOME/.guix-profile/share/hunspell:/run/current-system/profile/share/hunspell\"

# Allow GStreamer-based applications to find plugins.
export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\"