mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add emacs-treemacs-nerd-icons.
* gnu/packages/emacs-xyz.scm (emacs-treemacs-nerd-icons): New variable. Change-Id: Ib2f0c4d9084781422a963f5c4c4c34c47225b36d
This commit is contained in:
parent
b6959d7e7b
commit
f9277af3af
1 changed files with 22 additions and 0 deletions
|
@ -32967,6 +32967,28 @@ (define-public emacs-treemacs-extra
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue