emacs-tab-line-nerd-icons
This commit is contained in:
parent
fb3601f08d
commit
db9a1e89bf
1 changed files with 24 additions and 0 deletions
|
@ -56,3 +56,27 @@
|
|||
(synopsis "nerd-icons theme for treemacs")
|
||||
(description "nerd-icons theme for treemacs")
|
||||
(license license:gpl3))))
|
||||
|
||||
(define-public emacs-tab-line-nerd-icons
|
||||
(let ((commit "f0d32a581246d1fe59fb03f37f627e9422d3ae42")
|
||||
(revision "1")
|
||||
(version "1.0.0"))
|
||||
(package
|
||||
(name "emacs-tab-line-nerd-icons")
|
||||
(version (git-version version revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacsmirror/tab-line-nerd-icons")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1i8fy7v2vi4f1h8bj33i941nwsv0d55j3ajm1qknrmhz4r1q4qha"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-nerd-icons))
|
||||
(home-page "https://github.com/emacsmirror/tab-line-nerd-icons")
|
||||
(synopsis "nerd-icons for tab-line")
|
||||
(description "nerd-icons for tab-line")
|
||||
(license license:gpl3))))
|
||||
|
|
Loading…
Reference in a new issue