[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-dap-mode: Add debug toolbar icons.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-dap-mode: Add debug toolbar icons. |
Date: |
Sat, 27 Apr 2024 20:26:54 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4178eaf3b2 gnu: emacs-dap-mode: Add debug toolbar icons.
4178eaf3b2 is described below
commit 4178eaf3b2eeea8f6c2e49b1d65cd60a1663c4a9
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sun Apr 28 02:26:02 2024 +0200
gnu: emacs-dap-mode: Add debug toolbar icons.
* gnu/packages/emacs-xyz.scm (emacs-dap-mode)[arguments]<#:include>: New
list.
Change-Id: I75ab6ecc0c94a95933cb015b1f19c8cd595953a5
---
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 4abdf8502f..cd5a7ed56c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30900,6 +30900,8 @@ and implementation of treeview controls using treemacs
as a tree renderer.")
(sha256
(base32 "1zczmcv8562lachkvcwy6njn7zkgny08iznpmrx821wr8mh52wnn"))))
(build-system emacs-build-system)
+ (arguments
+ (list #:include #~(cons* "\\.png$" %default-include)))
(propagated-inputs
(list emacs-bui emacs-lsp-mode emacs-posframe emacs-lsp-treemacs))
(home-page "https://emacs-lsp.github.io/dap-mode")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-dap-mode: Add debug toolbar icons.,
guix-commits <=