From 5468ef15c239133366314d0d5131e440c2e8893f Mon Sep 17 00:00:00 2001 From: r0man Date: Sat, 19 Mar 2022 15:33:24 +0100 Subject: [PATCH] Remove lsp-treemacs icons from source There's an issue [1] with the icon licenses of the Emacs lsp-treemacs package. This patch removes the icons directory from the sources. [1] https://github.com/emacs-lsp/lsp-treemacs/issues/123 --- gnu/packages/emacs-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index dcd36291fb..1b6e54ef18 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24426,6 +24426,8 @@ (define-public emacs-lsp-treemacs (url "https://github.com/emacs-lsp/lsp-treemacs") (commit version))) (file-name (git-file-name name version)) + (modules '((guix build utils))) + (snippet '(begin (delete-file-recursively "icons") #t)) (sha256 (base32 "05ivqa5900139jzjhwc3nggwznhm8564dz4ydcxym2ddd63571k0")))) (build-system emacs-build-system) -- 2.34.0