bug#72333: [PATCH] gnu: emacs-minimal: Do not native-compile lisp/transient.el.

2024-09-03 Thread Simon Tournier
On Tue, 3 Sept 2024 at 21:47, Liliana Marie Prikler wrote: > > Should we do this in a snippet instead? Otherwise LGTM. > > I left it as a phase, so that Emacsen with modified source also > benefit. I think it's better as a phase because of what you wrote and also because "guix build -S emacs" r

bug#72333: [PATCH] gnu: emacs-minimal: Do not native-compile lisp/transient.el.

2024-09-03 Thread Liliana Marie Prikler
Am Dienstag, dem 03.09.2024 um 18:49 +0200 schrieb Liliana Marie Prikler: > Am Dienstag, dem 03.09.2024 um 16:57 +0200 schrieb Simon Tournier: > > Fixes . > > Reported by daniel szmulewicz . > I think those belong in the trailer, but I can fix that myself. Pushed

bug#72333: [PATCH] gnu: emacs-minimal: Do not native-compile lisp/transient.el.

2024-09-03 Thread Liliana Marie Prikler
Am Dienstag, dem 03.09.2024 um 16:57 +0200 schrieb Simon Tournier: > Fixes . > Reported by daniel szmulewicz . I think those belong in the trailer, but I can fix that myself. > * gnu/packages/emacs.scm (emacs-minimal)[arguments]: Turn off > native-compilation for

bug#72333: [PATCH] gnu: emacs-minimal: Do not native-compile lisp/transient.el.

2024-09-03 Thread Simon Tournier
Fixes . Reported by daniel szmulewicz . * gnu/packages/emacs.scm (emacs-minimal)[arguments]: Turn off native-compilation for the file lisp/transient.el. Change-Id: I27c9d660cbad46be66df641816e4596346969dfc --- gnu/packages/emacs.scm | 10 ++ 1 file chan