diff options
| author | adisbladis <adisbladis@gmail.com> | 2021-12-14 13:41:16 -0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-14 23:02:56 +0000 |
| commit | 55a8b28339c1f6adf3f728222fb69e5acab811cc (patch) | |
| tree | d41a1e0b0bd927412362e96707835296b9a75c18 | |
| parent | Merge pull request #150720 from NixOS/backport-148860-to-release-21.11 (diff) | |
| download | nixpkgs-55a8b28339c1f6adf3f728222fb69e5acab811cc.tar.gz | |
emacs: Remove unused gvfs patch
(cherry picked from commit 21961650ea68c2f0e653bd6a1575c1514b256b47)
| -rw-r--r-- | pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd-26.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd-26.patch b/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd-26.patch deleted file mode 100644 index 5d16194fd202..000000000000 --- a/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd-26.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el -index f370abba31..f2806263a9 100644 ---- a/lisp/net/tramp-gvfs.el -+++ b/lisp/net/tramp-gvfs.el -@@ -164,7 +164,8 @@ tramp-gvfs-enabled - (and (featurep 'dbusbind) - (tramp-compat-funcall 'dbus-get-unique-name :system) - (tramp-compat-funcall 'dbus-get-unique-name :session) -- (or (tramp-compat-process-running-p "gvfs-fuse-daemon") -+ (or (tramp-compat-process-running-p ".gvfsd-fuse-wrapped") -+ (tramp-compat-process-running-p "gvfs-fuse-daemon") - (tramp-compat-process-running-p "gvfsd-fuse")))) - "Non-nil when GVFS is available.") - |
