From 4f9ac2afc76048a8e042a8c874d3a170e7655742 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 21 Jun 2022 21:22:26 -0400 Subject: 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 . * gnu/packages/emacs.scm (emacs)[source]: Patch tramp.el rather than tramp-sh.el. Signed-off-by: Liliana Marie Prikler --- 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 " -- cgit v1.2.3