gnu: Add emacs-treemacs-all-the-icons
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
parent
b0d4ad436a
commit
a214d15e7c
@ -24638,3 +24638,29 @@ (define-public emacs-ix
|
||||
|
||||
curl is used as the backend via grapnel http request library.")
|
||||
(license #f)))
|
||||
|
||||
(define-public emacs-treemacs-all-the-icons
|
||||
(package
|
||||
(name "emacs-treemacs-all-the-icons")
|
||||
(version "20200801.920")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://melpa.org/packages/treemacs-all-the-icons-"
|
||||
version
|
||||
".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dbsr6j4pz2l3p9ya82was7n6m2pvbz8wlxmvhn6xsnwd57c1xiq"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-all-the-icons" ,emacs-all-the-icons)
|
||||
("emacs-treemacs" ,emacs-treemacs)))
|
||||
(home-page
|
||||
"https://github.com/Alexander-Miller/treemacs")
|
||||
(synopsis
|
||||
"An all-the-icons integration for treemacs")
|
||||
(description "An all-the-icons integration for treemacs.
|
||||
")
|
||||
(license license:gpl3)))
|
||||
|
Loading…
Reference in New Issue
Block a user