bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29686: gnu: aspell: Do not ignore GuixOS system profile.


From: Pierre Neidhardt
Subject: bug#29686: gnu: aspell: Do not ignore GuixOS system profile.
Date: Thu, 17 Oct 2019 15:04:28 +0200

I was hit by this as well, when installing dictionaries to  the
non-default profile.

As Ludo pointed out:

--8<---------------cut here---------------start------------->8---
$ aspell config
...

# dict-dir (string)
#   location of the main word list
# default: <$ASPELL_DICT_DIR|home-dir/.guix-profile/lib/aspell> = 
/home/ambrevar/.guix-extra-profiles/default/default/lib/aspell
dict-dir /home/ambrevar/.guix-profile/lib/aspell
...
--8<---------------cut here---------------end--------------->8---

Something may be wrong with our patch:

--8<---------------cut here---------------start------------->8---
+#undef DICT_DIR
+#define DICT_DIR "<$ASPELL_DICT_DIR|home-dir/.guix-profile/lib/aspell>"
+
--8<---------------cut here---------------end--------------->8---

I had a quick glimpse at Aspell's source code but nothing obvious came
out :p

Maybe ask upstream?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]