[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add emacs-treemacs-nerd-icons.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add emacs-treemacs-nerd-icons. |
Date: |
Tue, 14 Jan 2025 15:09:03 -0500 |
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 f9277af3af gnu: Add emacs-treemacs-nerd-icons.
f9277af3af is described below
commit f9277af3affaea400e759ff35e6950a867de231c
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Tue Jan 14 21:07:00 2025 +0100
gnu: Add emacs-treemacs-nerd-icons.
* gnu/packages/emacs-xyz.scm (emacs-treemacs-nerd-icons): New variable.
Change-Id: Ib2f0c4d9084781422a963f5c4c4c34c47225b36d
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 28adaa8f84..160015c1b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32967,6 +32967,28 @@ utilities.")
emacs-perspective
mu)))))
+(define-public emacs-treemacs-nerd-icons
+ (let ((revision "0")
+ (commit "9876cb478145a0ec4e36f64ff6583f3de7126216"))
+ (package
+ (name "emacs-treemacs-nerd-icons")
+ (version (git-version "0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/rainstormstudio/treemacs-nerd-icons.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xphhxdibjhp27z2lj1nxlxf7cfm8vpi44fr01fk9krqy9vaz0q0"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-nerd-icons emacs-treemacs))
+ (synopsis "emacs-treemacs-nerd-icons")
+ (description "This package provides nerd-icons integration for
treemacs.")
+ (home-page "https://github.com/rainstormstudio/treemacs-nerd-icons")
+ (license license:gpl3+))))
+
(define-public emacs-libyaml
;; Upstream made no release so far.
(let ((version "0.1")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add emacs-treemacs-nerd-icons.,
guix-commits <=