From 81fc64da7e9fa5eed782d0c52ebd5c76598e045a Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Fri, 8 Jan 2016 14:23:12 +0100 Subject: gnu: aspell: Wrap binary to find dictionaries. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/system.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index b4264fe5f8..76a9f1ffa3 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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\" -- cgit v1.2.3