1
Fork 0
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:
Cayetano Santos 2025-01-17 13:24:11 +01:00 committed by Ludovic Courtès
parent 533f3d130e
commit dc50af1ca5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")