mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lsp-treemacs: Install vscode icons.
emacs-lsp-treemacs bundles icons from both the vscode-icons/vscode-icons and microsoft/vscode-icons projects. * gnu/packages/emacs-xyz.scm (emacs-lsp-treemacs)[arguments]<#:include>: Install vscode icons. [license]: Update accordingly.
This commit is contained in:
parent
6494f93e21
commit
3f222cd5ad
1 changed files with 5 additions and 1 deletions
|
@ -28151,6 +28151,8 @@ and Projectile.")
|
||||||
"--hard-dereference"
|
"--hard-dereference"
|
||||||
dir))))))))
|
dir))))))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:include #~(cons "^icons\\/" %default-include)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-lsp-mode emacs-treemacs))
|
(list emacs-lsp-mode emacs-treemacs))
|
||||||
(home-page "https://github.com/emacs-lsp/lsp-treemacs")
|
(home-page "https://github.com/emacs-lsp/lsp-treemacs")
|
||||||
|
@ -28158,7 +28160,9 @@ and Projectile.")
|
||||||
(description
|
(description
|
||||||
"This package provides integration between LSP mode and treemacs,
|
"This package provides integration between LSP mode and treemacs,
|
||||||
and implementation of treeview controls using treemacs as a tree renderer.")
|
and implementation of treeview controls using treemacs as a tree renderer.")
|
||||||
(license license:gpl3+)))
|
(license (list license:gpl3+
|
||||||
|
license:cc-by4.0 ; microsoft/vscode-icons
|
||||||
|
license:expat)))) ; vscode-icons/vscode-icons
|
||||||
|
|
||||||
(define-public emacs-dap-mode
|
(define-public emacs-dap-mode
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue