Hello,
emacs 'm-x flyspell-buffer', which worked great for years, is now doing ...
Debugger entered--Lisp error: (error "Error: No word lists can be found for the
language \"en_US\".")
signal(error ("Error: No word lists can be found for the language
\"en_US\"."))
error("%s" "Error: No wor
Would someone please delete the posting from Mon, 7 Jan 2019 02:37:13
+0100?
https://lists.gnu.org/archive/html/help-guix/2019-01/msg00061.html
--
Sent from GNU
Sorry Ludo, but I reinstalled the operating system yesterday. :-(
Thanks to my customized config.scm, everything works fine here,
including Tor. ;-)
BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button,
but directly via Proxy DNS when using SOCKS v5.
Am Tue, 08 Jan 2019 23:46:36 +
Hi,
zimoun skribis:
> I naively try from the Build section in the manual:
>
> guix build \
> --cores=0 --max-jobs=10 \
> --quiet --keep-going \
> `guix package -A | cut -f1,2 --output-delimiter=@`
>
> and it does not seem "keep-going" because it quickly fails on xonsh
> with
Hello,
Ricardo Wurmus skribis:
>> Thanks, actually this would be the solution for me, but now I've
>> probably stumbled upon a real problem:
>>
>> user@gnu ~$ su
>> Password: ...
>> root@gnu /home/user# guix system reconfigure /etc/config.scm
>> ...
>> ...
>> The following profile ho
Hello,
Ricardo Wurmus skribis:
> For historical reasons, Guix here is configured with
> localstatedir=/gnu/var instead of just /var. “guix pull”, however,
> provides a Guix that is configured with “localstatedir=/var”.
With ‘guix pull’, you’ll get a (guix config) that respects your current
set
Hi,
Alex Kost skribis:
> Ricardo Wurmus (2019-01-06 00:49 +0100) wrote:
>
>> Hi Alex,
>>
>>> zimoun answered correctly. I think it is the same problem as several
>>> people have on non-GuixSD system. Most likely, it will not be fixed on
>>> Emacs-Guix side. The only workaround I know is "guix
Hi,
Mark H Weaver skribis:
> Chris Marusich writes:
>
>> Mark H Weaver writes:
>>
>>> Hi Ludovic,
>>>
>>> Ludovic Courtès writes:
>>>
Actually, I was also wondering whether we should provide a configurable
mechanism that would, by default, automatically delete old GC roots and
Pierre Neidhardt writes:
> I think your solution is more elegant, Ricardo, because it's not robust to
> change (the AWK parsing could break).
>
> Question: why should we run it from a Guix checkout?
So that you can use “./pre-inst-env guile” which makes sure that you’re
using the Guix modules
I think your solution is more elegant, Ricardo, because it's not robust to
change (the AWK parsing could break).
Question: why should we run it from a Guix checkout?
Hello,
Adam Massmann writes:
> Hi Ben,
>
> Benjamin Slade writes:
>
>>
>> What is a recommended/working way of using OpenVPN on GuixSD?
>
> I do not know what the recommended way of working with
> openvpn is, but I do have a working way. Attached is a bash
> script that takes a wireless interfa
Hi Pierre,
>My personal take at this issue is to generate the manifest from all
> installed
>packages with the following shell script:
>
> --8<---cut here---start->8---
> cat<"$PKG_ROOT/guix"
> (specifications->manifest
> '(
> EOF
>
> gui
Le Tue, 8 Jan 2019 17:49:40 +,
Jone a écrit :
> > this looks like it's part of an operating-system declaration. Is
> > that right?
>
> That's right.
>
> > When you run guix pull, a new guix is installed for the user who
> > ran it.
>
> And who updates the system libraries and kernel? R
Hi,
Giovanni Biscuolo writes:
> I'd like to test nix alongside guix, both installed on a foreign distro
> (Debian in my case)
>
> is someone in this list testing a similar configuration?
>
> is there any danger in mixing both package manager (and the foregin
> distro one) on a single system?
[…
On Tue, 08 Jan 2019 18:43:06 +0200
Divan Santana wrote:
> 3. If I run guix system vm --fallback system.scm I get a vm I can run,
>which is really awesome. If I then do a guix pull and guix system
>vm --fallback system.scm I get /another/ VM which I can run. How is
>the previous VMs ga
Divan Santana writes:
> Hi great guix community,
>
> 1. What is the recommendations around when to install a package system
>wide (via guix system reconfigure manifest.scm) vs in your user
>profile? I'm confused if i3/various X packages and other desktop
>packages should be installe
> this looks like it's part of an operating-system declaration. Is that right?
That's right.
> When you run guix pull, a new guix is installed for the user who ran it.
And who updates the system libraries and kernel? Root? Well, what is
stated in operating-system declaration?
> Try 'guix syste
Hi all,
I'd like to test nix alongside guix, both installed on a foreign distro
(Debian in my case)
is someone in this list testing a similar configuration?
is there any danger in mixing both package manager (and the foregin
distro one) on a single system?
AFAIK stores, profiles and builders ar
1. System-wide installation means packages are readily available to all users,
which can be nice, but users then don't have the freedom to remove them.
For maximal flexibility, it's often best to leave system-wide packages to the
bare minimum and let users choose what they want.
I
Le 2019-01-08 17:52, Jone a écrit :
I need execute this as root? For upgrade system libraries and kernel.
Part of my config:
(packages
(let ((trash (map specification->package
'("zile" "wireless-tools"
(append (map specification->package
'("xfce" "slim"
Hi great guix community,
1. What is the recommendations around when to install a package system
wide (via guix system reconfigure manifest.scm) vs in your user
profile? I'm confused if i3/various X packages and other desktop
packages should be installed in one or the other? Or even the pr
I need execute this as root? For upgrade system libraries and kernel.
Part of my config:
(packages
(let ((trash (map specification->package
'("zile" "wireless-tools"
(append (map specification->package
'("xfce" "slim" "gvfs" "xrandr" "unzip"
Hi,
I'm working on a Guix package based on cmake-build-system. this package needs
to copy
some .scm files in GUILE_LOAD_PATH, compiled .go file is also need to be added
inside
GUILE_LOAD_COMPILED_PATH, does anyone know how could I reach these variables
relating
to current profile?
current
Thanks,
using (method url-fetch/tarbomb) fixed my issue, later I need to fix package
definition
to prevent occurrence of tarbomb.
--
Reza
On Mon, Jan 7, 2019, at 11:08 PM, Ricardo Wurmus wrote:
>
> Hi Reza,
>
> please always send replies to all recipents, including the list.
>
> > (source
Hello,
荒井吉則 ezt írta (időpont: 2019. jan. 8., K, 3:41):
>
> It's working.
>
> export
> XDG_DATA_DIRS="$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS"
>
> This solution is effective for LFS too. Thank you.
>
Glad to hear!
You are welcome!
Best regards,
g_bor
25 matches
Mail list logo