gnu: emacs: Add coreutils and gzip to PATH.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Sat, 17 Apr 2021 17:06:18 +0000 (19:06 +0200)
committerLeo Prikler <leo.prikler@student.tugraz.at>
Sat, 1 May 2021 13:56:37 +0000 (15:56 +0200)
commitd13b46fae46fe0e0d529e67ffc7f4074440d1b6e
tree2615fb3d22dd205021760d1be3055fb98997d3b0
parent307a2d2e2a833c2e1f7a79f46e4c6945c618cd8c
gnu: emacs: Add coreutils and gzip to PATH.

Some parts of Emacs (dired, compression handling, Tramp) shell out to commands
and patching them all is a daunting task.  Also, w.r.t. Tramp, we need those
commands to be portable across multiple machines, which need not only be Guix
machines (and even if they are, store items can be different).  This patch
ensures a ‘sane’ setup FSVO ‘sane’.

* gnu/packages/emacs.scm (emacs)[wrap-load-path]: Rename to...
[wrap-emacs-paths] ... this.  Also patch PATH.
gnu/packages/emacs.scm