mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: Add emacs-fedi.
* gnu/packages/emacs-xyz.scm (emacs-fedi): New variable. Change-Id: Icfcb92e9e57e060390c14389c748567fa809a6cb Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
533f3d130e
commit
dc50af1ca5
1 changed files with 21 additions and 0 deletions
|
@ -36097,6 +36097,27 @@ time.")
|
|||
federated microblogging social network.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-fedi
|
||||
(package
|
||||
(name "emacs-fedi")
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/martianh/fedi.el")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0a5zq7axxh3khx6465s7ym9s7v2iw7ky9z486d0zg41k7926bm9d"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-markdown-mode))
|
||||
(home-page "https://codeberg.org/martianh/fedi.el")
|
||||
(synopsis "Library to make writing clients for APIs easier")
|
||||
(description "@code{fedi.el} is an Emacs library used by several fediverse
|
||||
frontend packages.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ebdb
|
||||
(package
|
||||
(name "emacs-ebdb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue