Loading pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -32,13 +32,13 @@ let in melpaBuild { pname = "lsp-bridge"; version = "0-unstable-2025-02-10"; version = "0-unstable-2025-06-28"; src = fetchFromGitHub { owner = "manateelazycat"; repo = "lsp-bridge"; rev = "4401d1396dce89d1fc5dc5414565818dd1c30ae0"; hash = "sha256-lWbFbYwJoy4UAezKUK7rnjQlDcnszHQwK5I7fuHfE8Y="; rev = "3b37a04bd1b6bbcdc2b0ad7a5c388ad027eb7a25"; hash = "sha256-0pjRihJapljd/9nR7G+FC+gCqD82YGITPK2mcJcI7ZI="; }; patches = [ Loading pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/hardcode-dependencies.patch +5 −3 Original line number Diff line number Diff line diff --git a/lsp-bridge.el b/lsp-bridge.el index 278c27e..f0c67c2 100644 index d3e2ff7..1b1d745 100644 --- a/lsp-bridge.el +++ b/lsp-bridge.el @@ -340,19 +340,7 @@ Setting this to nil or 0 will turn off the indicator." @@ -417,21 +417,7 @@ LSP-Bridge will enable completion inside string literals." "Name of LSP-Bridge buffer." :type 'string) Loading @@ -13,7 +13,9 @@ index 278c27e..f0c67c2 100644 - "python3.exe") - ((executable-find "python.exe") - "python.exe"))) - (t (cond ((executable-find "pypy3") - (t (cond ((executable-find "python-lsp-bridge") - "python-lsp-bridge") - ((executable-find "pypy3") - "pypy3") - ((executable-find "python3") - "python3") Loading Loading
pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -32,13 +32,13 @@ let in melpaBuild { pname = "lsp-bridge"; version = "0-unstable-2025-02-10"; version = "0-unstable-2025-06-28"; src = fetchFromGitHub { owner = "manateelazycat"; repo = "lsp-bridge"; rev = "4401d1396dce89d1fc5dc5414565818dd1c30ae0"; hash = "sha256-lWbFbYwJoy4UAezKUK7rnjQlDcnszHQwK5I7fuHfE8Y="; rev = "3b37a04bd1b6bbcdc2b0ad7a5c388ad027eb7a25"; hash = "sha256-0pjRihJapljd/9nR7G+FC+gCqD82YGITPK2mcJcI7ZI="; }; patches = [ Loading
pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/hardcode-dependencies.patch +5 −3 Original line number Diff line number Diff line diff --git a/lsp-bridge.el b/lsp-bridge.el index 278c27e..f0c67c2 100644 index d3e2ff7..1b1d745 100644 --- a/lsp-bridge.el +++ b/lsp-bridge.el @@ -340,19 +340,7 @@ Setting this to nil or 0 will turn off the indicator." @@ -417,21 +417,7 @@ LSP-Bridge will enable completion inside string literals." "Name of LSP-Bridge buffer." :type 'string) Loading @@ -13,7 +13,9 @@ index 278c27e..f0c67c2 100644 - "python3.exe") - ((executable-find "python.exe") - "python.exe"))) - (t (cond ((executable-find "pypy3") - (t (cond ((executable-find "python-lsp-bridge") - "python-lsp-bridge") - ((executable-find "pypy3") - "pypy3") - ((executable-find "python3") - "python3") Loading