mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lsp-java: Update to 3.1-1.4909c14
* gnu/packages/emacs-xyz.scm (emacs-lsp-java): Update to 3.1-1.4909c14. Change-Id: I16eb365d0fd7b14cd2bdf837c009c931e01ca607 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a4bdae0f47
commit
d2509dbc64
1 changed files with 27 additions and 26 deletions
|
@ -32750,32 +32750,33 @@ files in Elisp.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-lsp-java
|
(define-public emacs-lsp-java
|
||||||
(package
|
(let ((commit "4909c14b9012eed669a9c3f11a8df055d5bb8a0e")
|
||||||
(name "emacs-lsp-java")
|
(revision "1"))
|
||||||
(version "3.1")
|
(package
|
||||||
(source (origin
|
(name "emacs-lsp-java")
|
||||||
(method git-fetch)
|
(version (git-version "3.1" revision commit))
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://github.com/emacs-lsp/lsp-java")
|
(origin
|
||||||
(commit version)))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://github.com/emacs-lsp/lsp-java")
|
||||||
(base32
|
(commit commit)))
|
||||||
"1h0hqgjpk5mbylma1fkva0vx45achf0k7ab2c5y8a2449niww90h"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(propagated-inputs
|
(base32 "0qw824vdqk92r8hrrjsi7pd00rw60wf5jfjk1x3nhs06hijs0x0s"))))
|
||||||
(list emacs-dap-mode
|
(build-system emacs-build-system)
|
||||||
emacs-lsp-mode
|
(propagated-inputs (list emacs-dap-mode
|
||||||
emacs-markdown-mode
|
emacs-lsp-mode
|
||||||
emacs-dash
|
emacs-markdown-mode
|
||||||
emacs-f
|
emacs-dash
|
||||||
emacs-ht
|
emacs-f
|
||||||
emacs-request
|
emacs-ht
|
||||||
emacs-treemacs))
|
emacs-request
|
||||||
(home-page "https://github.com/emacs-lsp/lsp-java/")
|
emacs-treemacs))
|
||||||
(synopsis "Java support for lsp-mode")
|
(home-page "https://github.com/emacs-lsp/lsp-java/")
|
||||||
(description "Emacs Java IDE using Eclipse JDT Language Server.")
|
(synopsis "Java support for lsp-mode")
|
||||||
(license license:gpl3+)))
|
(description "Emacs Java IDE using Eclipse JDT Language Server.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-lsp-metals
|
(define-public emacs-lsp-metals
|
||||||
(let ((commit "01060e9df33bb077ba6bb56ccfebc140aef8f8f3")
|
(let ((commit "01060e9df33bb077ba6bb56ccfebc140aef8f8f3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue