3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

system: Define 'DICPATH' in /etc/profile.

* gnu/system.scm (operating-system-etc-service) <profile>: Define
'DICPATH'.
This commit is contained in:
Ludovic Courtès 2017-09-18 09:50:52 +02:00
parent ebfd6a718a
commit c08da2ee37
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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\"