bug#74236: emacs-guix: guix-command-popup not displaying argument improvers

2024-11-06 Thread Christopher Howard
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

bug#73903: (no subject)

2024-11-06 Thread Jakob Honal via Bug reports for GNU Guix
|I can second this.

bug#73462: [PATCH] emacs-guix: shell commands broken

2024-11-06 Thread Christopher Howard
>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

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-06 Thread Hilton Chain via Bug reports for GNU Guix
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