guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: emacs: Fix tramp-remote-path.


From: guix-commits
Subject: 03/03: gnu: emacs: Fix tramp-remote-path.
Date: Wed, 22 Jun 2022 15:32:53 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 4f9ac2afc76048a8e042a8c874d3a170e7655742
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Jun 21 21:22:26 2022 -0400

    gnu: emacs: Fix tramp-remote-path.
    
    This variable was moved from tramp-sh.el to tramp.el, causing the 
substitute*
    snippet which patches it to silently fail.
    See also <https://issues.guix.gnu.org/55443>.
    
    * gnu/packages/emacs.scm (emacs)[source]<snippet>: Patch tramp.el rather 
than tramp-sh.el.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 31b5c04324..0de4b7a5d5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -106,7 +106,7 @@
                   ;; Make sure Tramp looks for binaries in the right places on
                   ;; remote Guix System machines, where 'getconf PATH' returns
                   ;; something bogus.
-                  (substitute* "net/tramp-sh.el"
+                  (substitute* "net/tramp.el"
                     ;; Patch the line after "(defcustom tramp-remote-path".
                     (("\\(tramp-default-remote-path")
                      (format #f "(tramp-default-remote-path ~s ~s ~s ~s "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]