From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29686: gnu: aspell: Do not ignore GuixOS system profile. Date: Wed, 13 Dec 2017 22:52:44 +0100 Message-ID: <871sjygus3.fsf@gnu.org> References: <87vahbgmbc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePExq-00014f-3d for bug-guix@gnu.org; Wed, 13 Dec 2017 16:53:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePExl-00040s-8Y for bug-guix@gnu.org; Wed, 13 Dec 2017 16:53:18 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePExa-0003xZ-0r for bug-guix@gnu.org; Wed, 13 Dec 2017 16:53:13 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ePExZ-0007O3-LY for bug-guix@gnu.org; Wed, 13 Dec 2017 16:53:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vahbgmbc.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 13 Dec 2017 09:43:19 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Oleg Pykhalov Cc: 29686@debbugs.gnu.org Hello, Oleg Pykhalov skribis: > Currently, if aspell is installed in GuixOS system profile and not in > user profile then aspell cannot find dictionaries. If you install both aspell and aspell-dict-* in the global profile, then ASPELL_DICT_DIR will point to /run/current-system/profile/lib/aspell instead of ~/.guix-profile/lib/aspell. Likewise: --8<---------------cut here---------------start------------->8--- $ guix environment --ad-hoc aspell aspell-dict-ru coreutils -C -- env | gre= p ASPELL [...] ASPELL_DICT_DIR=3D/gnu/store/hssihv9d5cq5hzh0kiwdwiv6qcrc921c-profile/lib/a= spell --8<---------------cut here---------------end--------------->8--- So I=E2=80=99m not sure we need a custom fix, do we? :-) Ludo=E2=80=99.