mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dap-mode: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-dap-mode): Update to 0.8. [propagated-inputs]: Add EMACS-LSP-DOCKER. Change-Id: Ibd55c9c8b55998c47a6737e50fbaab4727e5acbc
This commit is contained in:
parent
2fd01433c4
commit
d4e3ef5676
1 changed files with 7 additions and 3 deletions
|
@ -30913,7 +30913,7 @@ in Docker environment.")
|
||||||
(define-public emacs-dap-mode
|
(define-public emacs-dap-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-dap-mode")
|
(name "emacs-dap-mode")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -30922,12 +30922,16 @@ in Docker environment.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zczmcv8562lachkvcwy6njn7zkgny08iznpmrx821wr8mh52wnn"))))
|
(base32 "177ira42l1p7zjb24c0vp4biip9sczlvbgzfahp4mhgfd9h8a6bx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:include #~(cons* "\\.png$" %default-include)))
|
(list #:include #~(cons* "\\.png$" %default-include)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-bui emacs-lsp-mode emacs-posframe emacs-lsp-treemacs))
|
(list emacs-bui
|
||||||
|
emacs-lsp-docker
|
||||||
|
emacs-lsp-mode
|
||||||
|
emacs-posframe
|
||||||
|
emacs-lsp-treemacs))
|
||||||
(home-page "https://emacs-lsp.github.io/dap-mode")
|
(home-page "https://emacs-lsp.github.io/dap-mode")
|
||||||
(synopsis "Emacs client/library for Debug Adapter Protocol")
|
(synopsis "Emacs client/library for Debug Adapter Protocol")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue