* [bug#51687] [PATCH 2/2] gnu: Add emacs-ement.
@ 2021-11-08 11:14 phodina via Guix-patches via
[not found] ` <handler.51687.B.16363700714510.ack@debbugs.gnu.org>
0 siblings, 1 reply; 2+ messages in thread
From: phodina via Guix-patches via @ 2021-11-08 11:14 UTC (permalink / raw)
To: 51687
* gnu/packages/emacs-xyz.scm (emacs-ement): Add variable.
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7e5c05030..c772e86748 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15058,6 +15058,31 @@ (define-public emacs-plz
url.")
(license license:gpl3+))))
+(define-public emacs-ement
+ (let ((commit "c951737dc855604aba389166bb0e7366afadc533")
+ (revision "1"))
+ (package
+ (name "emacs-ement")
+ (version (git-version "0.0" 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)
+ (inputs `(("emacs-plz" ,emacs-plz)
+ ("emacs-ts" ,emacs-ts)))
+ (home-page "https://github.com/alphapapa/ement.el")
+ (synopsis "Matrix client for Emacs")
+ (description "This package provides simple, fast, featureful and
+reliable Matrix client for Emacs.")
+ (license license:gpl3+))))
+
(define-public emacs-rpm-spec-mode
(package
(name "emacs-rpm-spec-mode")
--
2.33.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51687: Acknowledgement ([PATCH 2/2] gnu: Add emacs-ement.)
[not found] ` <handler.51687.B.16363700714510.ack@debbugs.gnu.org>
@ 2021-11-08 11:22 ` phodina via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: phodina via Guix-patches via @ 2021-11-08 11:22 UTC (permalink / raw)
To: 51687-close@debbugs.gnu.org
Sorry this patch should be part of bug#51686.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-08 11:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 11:14 [bug#51687] [PATCH 2/2] gnu: Add emacs-ement phodina via Guix-patches via
[not found] ` <handler.51687.B.16363700714510.ack@debbugs.gnu.org>
2021-11-08 11:22 ` bug#51687: Acknowledgement ([PATCH 2/2] gnu: Add emacs-ement.) phodina via Guix-patches via
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).