From: phodina via Guix-patches via <guix-patches@gnu.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 51686@debbugs.gnu.org
Subject: [bug#51686] [PATCH v2 2/2] gnu: Add emacs-ement.
Date: Wed, 10 Nov 2021 13:21:41 +0000 [thread overview]
Message-ID: <qyZe05ytNPs1B0w86F2aXNYNisTsVieZmvFZAj2WxGiA8BZ3KREWVN6tQC99rTK487IvfjVqrgjzcjwckL9MlERhi-39YVStROCEhH_AY_U=@protonmail.com> (raw)
In-Reply-To: <OcKRlfxfxnbSKU5afQU3l0_4SkILPtrd0ed5RktBJBRMVKIUB2UDPT0uMVLp_uZJgZ_saQf3t0bfoK73E6ciOOi1oWQVQZKDO1PCQrxa-lw=@protonmail.com>
* gnu/packages/emacs-xyz.scm (emacs-ement): New variable.
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 88f0dd7f2f..97c7ce8c1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15097,6 +15097,32 @@ (define-public emacs-plz
url library.")
(license license:gpl3+))))
+(define-public emacs-ement
+ (let ((commit "c951737dc855604aba389166bb0e7366afadc533")
+ (revision "1"))
+ (package
+ (name "emacs-ement")
+ (version (git-version "0.1-pre" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/ement.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "00iwwz4hzg4g59wrb5df6snqz3ppvrsadhfp61w1pa8gvg2z9bvy"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:emacs ,emacs))
+ (inputs `(("emacs-plz" ,emacs-plz)
+ ("emacs-ts" ,emacs-ts)))
+ (home-page "https://github.com/alphapapa/ement.el")
+ (synopsis "Matrix client for Emacs")
+ (description "Ement.el is a Matrix client for Emacs.")
+ (license license:gpl3+))))
+
(define-public emacs-rpm-spec-mode
(package
(name "emacs-rpm-spec-mode")
--
2.33.1
next prev parent reply other threads:[~2021-11-10 13:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-08 11:11 [bug#51686] [PATCH 1/2] gnu: Add emacs-plz phodina via Guix-patches via
2021-11-08 11:21 ` [bug#51686] [PATCH 2/2] gnu: Add emacs-ement phodina via Guix-patches via
2021-11-08 11:30 ` Nicolas Goaziou
2021-11-08 11:27 ` [bug#51686] [PATCH 1/2] gnu: Add emacs-plz Nicolas Goaziou
2021-11-08 11:31 ` Nicolas Goaziou
2021-11-10 13:21 ` phodina via Guix-patches via [this message]
2021-11-10 14:00 ` [bug#51686] [PATCH v2 2/2] gnu: Add emacs-ement Nicolas Goaziou
2021-12-10 14:03 ` bug#51751: " Ludovic Courtès
2021-12-10 14:06 ` [bug#51751] " Ludovic Courtès
2021-11-10 13:23 ` [bug#51686] Feedback phodina via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='qyZe05ytNPs1B0w86F2aXNYNisTsVieZmvFZAj2WxGiA8BZ3KREWVN6tQC99rTK487IvfjVqrgjzcjwckL9MlERhi-39YVStROCEhH_AY_U=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=51686@debbugs.gnu.org \
--cc=mail@nicolasgoaziou.fr \
--cc=phodina@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).