Federico Beffa <be...@ieee.org> skribis: > From e183f8e473b97406968ecbda9fb13ebdf60963ec Mon Sep 17 00:00:00 2001 > From: Federico Beffa <be...@fbengineering.ch> > Date: Fri, 8 Jan 2016 14:23:12 +0100 > Subject: [PATCH 11/11] gnu: aspell: Wrap binary to find dictionaries. > > * gnu/packages/aspell.scm (aspell): Add 'wrap-aspell phase.
Good idea, LGTM! As Alex suggests, bonus point if you add the following change to this commit:
diff --git a/gnu/system.scm b/gnu/system.scm index 4aedb7e..aab18ef 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -457,9 +457,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\"
Thanks! Ludo’.