GNU bug report logs -
#61649
[PATCH] gnu: emacs-lsp-treemacs: Install vscode icons.
Previous Next
Reported by: jlicht <at> fsfe.org
Date: Mon, 20 Feb 2023 11:39:02 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#61649: [PATCH] gnu: emacs-lsp-treemacs: Install vscode icons.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 61649 <at> debbugs.gnu.org.
--
61649: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61649
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed to master.
- Jelle
[Message part 3 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
emacs-lsp-treemacs bundles icons with 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.
---
gnu/packages/emacs-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 97e7a1b844..a28041bbae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27971,6 +27971,8 @@ (define-public emacs-lsp-treemacs
"--hard-dereference"
dir))))))))
(build-system emacs-build-system)
+ (arguments
+ (list #:include #~(cons "^icons\\/" %default-include)))
(propagated-inputs
(list emacs-lsp-mode emacs-treemacs))
(home-page "https://github.com/emacs-lsp/lsp-treemacs")
@@ -27978,7 +27980,9 @@ (define-public emacs-lsp-treemacs
(description
"This package provides integration between LSP mode and treemacs,
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
(package
base-commit: e8fcf1e42438113d7e4be82dc5a06de45eaceb76
--
2.39.1
This bug report was last modified 2 years and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.