mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add emacs-taxy.
* gnu/packages/emacs-xyz.scm (emacs-taxy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
58927767b8
commit
2a7c57370c
1 changed files with 23 additions and 0 deletions
|
@ -15325,6 +15325,29 @@ (define-public emacs-tiny
|
|||
an elisp expression.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-taxy
|
||||
(package
|
||||
(name "emacs-taxy")
|
||||
(version "0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://elpa.gnu.org/packages/taxy-" version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"00pc6lh35gj8vzcsn17fyazb9jsc4m6nr7cvb32w02isadv8qd3m"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-magit" ,emacs-magit)))
|
||||
(home-page "https://github.com/alphapapa/taxy.el")
|
||||
(synopsis "Programmable taxonomical grouping for arbitrary objects")
|
||||
(description
|
||||
"Taxy provides a programmable way to classify arbitrary objects into
|
||||
a hierarchical taxonomy. Allows you to automatically put things in nested
|
||||
groups.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-emojify
|
||||
(package
|
||||
(name "emacs-emojify")
|
||||
|
|
Loading…
Reference in a new issue