Note that to even display the guix-command-popup, you have to either set
guix-repl-use-server to nil, or apply the patch from bug#73462.
The magit popup code for the guix-command-popup (M-x guix c) appears to be
broken so that it skips the popup menu where you would construct your command
line
|I can second this.
>From 282aea01d0212e3a9a2acac52d76a6a7325cf7e7 Mon Sep 17 00:00:00 2001
From: Christopher Howard
Date: Wed, 6 Nov 2024 05:53:45 -0900
Subject: [PATCH] Provides work-around for
https://issues.guix.gnu.org/issue/73462
---
elisp/guix-repl.el | 5 +
1 file changed, 5 insertions(+)
diff --git a
Hi Ekaitz,
On Wed, 06 Nov 2024 05:47:48 +0800,
Ekaitz Zarraga wrote:
>
> Hi,
>
> In order to include modern versions of Zig (Zig 0.12+) in Guix, we need to
> remove the binary blobs.
>
> I open this issue to track this effort and store information about the
> process.
>
> Some Guix user is trying