[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: system: Define 'DICPATH' in /etc/profile.
From: |
Ludovic Courtès |
Subject: |
01/02: system: Define 'DICPATH' in /etc/profile. |
Date: |
Mon, 18 Sep 2017 09:44:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c08da2ee371e7667dbed0eeb84f43e489b1be5f5
Author: Ludovic Courtès <address@hidden>
Date: Mon Sep 18 09:50:52 2017 +0200
system: Define 'DICPATH' in /etc/profile.
* gnu/system.scm (operating-system-etc-service) <profile>: Define
'DICPATH'.
---
gnu/system.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/system.scm b/gnu/system.scm
index c4404f5..d337e52 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -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\"