1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: Remove emacs-matrix-client.

* gnu/packages/emacs-xyz.scm (emacs-matrix-client): Delete variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-03-20 11:08:12 +01:00 committed by Liliana Marie Prikler
parent e9a8f93e41
commit ce2ccca14e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -32550,41 +32550,6 @@ classes like @command{<gtk-window>}.
Emacs.")
(license license:gpl3+)))
(define-public emacs-matrix-client
(let ((commit "d2ac55293c96d4c95971ed8e2a3f6f354565c5ed"))
(package
(name "emacs-matrix-client")
(version (git-version "0.0.0" "6" commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jgkamat/matrix-client-el")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1scfv1502yg7x4bsl253cpr6plml1j4d437vci2ggs764sh3rcqq"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-a
emacs-anaphora
emacs-dash
emacs-esxml
emacs-f
emacs-frame-purpose
emacs-ht
emacs-ov
emacs-rainbow-identifiers
emacs-request
emacs-s
emacs-tracking))
(home-page "https://github.com/jgkamat/matrix-client-el")
(synopsis "Matrix client for Emacs")
(description "@code{matrix-client} is a simple chat UI to Matrix.org
rooms. It also provides an API which allows Emacs to seamlessly create
RPC channels with users and other software.")
(license license:gpl3+))))
(define-public emacs-sesman
(package
(name "emacs-sesman")