[bug#77034,0/2] gnu: emacs-minimal: Adjust Guix paths in snippet.

Message ID cover.1742043559.git.hako@ultrarare.space
Headers
Series gnu: emacs-minimal: Adjust Guix paths in snippet. |

Message

Hilton Chain March 15, 2025, 1:04 p.m. UTC
  Hi Guix,

The first patch makes emacs-next packages to inherit snippet from
emacs-minimal, mainly for ‘tramp-remote-path’.

The second patch adjusts paths used in snippet (adds /run/privileged/bin and
Guix Home paths), this will trigger a world-rebuild of Emacs packages.

Thanks


Hilton Chain (2):
  gnu: emacs-next-minimal: Inherit snippet from emacs-minimal.
  gnu: emacs-minimal: Adjust Guix paths in snippet.

 gnu/packages/emacs.scm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


base-commit: 3cc51c3e7447ab4f590d530fa66f65b6152ab109
--
2.48.1
  

Comments

Liliana Marie Prikler March 15, 2025, 7:32 p.m. UTC | #1
Am Samstag, dem 15.03.2025 um 21:04 +0800 schrieb Hilton Chain:
> Hi Guix,
> 
> The first patch makes emacs-next packages to inherit snippet from
> emacs-minimal, mainly for ‘tramp-remote-path’.
> 
> The second patch adjusts paths used in snippet (adds
> /run/privileged/bin and Guix Home paths), this will trigger a world-
> rebuild of Emacs
> packages.
> 
> Thanks
> 
> 
> Hilton Chain (2):
>   gnu: emacs-next-minimal: Inherit snippet from emacs-minimal.
>   gnu: emacs-minimal: Adjust Guix paths in snippet.
Remember to tag this as [emacs-team].

It LGTM so far, but I'm leaving it up for now in case someone else has
comments to add.

Cheers