mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: emacs: Fix tramp GVFS fix.
The function name got changed in upstream commit d3ead375092, dated 2020-01-31. * gnu/packages/emacs.scm (emacs-minimal): Replace 'tramp-process-running-p', not the now non-existant function 'tramp-compat-process-running-p'. Change-Id: If2adff095b968b804729533fcdd188f5035f9eed Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
a2e78ef661
commit
744247a0fe
@@ -293,8 +293,8 @@
|
||||
;; match ".gvfs-fuse-daemon-real" and ".gvfsd-fuse-real"
|
||||
;; respectively when looking for GVFS processes.
|
||||
(substitute* "lisp/net/tramp-gvfs.el"
|
||||
(("\\(tramp-compat-process-running-p \"(.*)\"\\)" all process)
|
||||
(format #f "(or ~a (tramp-compat-process-running-p ~s))"
|
||||
(("\\(tramp-process-running-p \"(.*)\"\\)" all process)
|
||||
(format #f "(or ~a (tramp-process-running-p ~s))"
|
||||
all (string-append "." process "-real"))))))
|
||||
(add-before 'configure 'fix-/bin/pwd
|
||||
(lambda _
|
||||
|
||||
Reference in New Issue
Block a user