mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add emacs-erc.
* gnu/packages/emacs-xyz.scm (emacs-erc): New variable. Change-Id: Ie83df977e8dbe4402c15f92e977ba121964b1e6e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
90d525e0cf
commit
b94d123b13
@@ -8278,6 +8278,24 @@ for the Zig programming language in Emacs.")
|
||||
"Emacs packages for working with Zettelkasten-style linked notes.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-erc
|
||||
(package
|
||||
(name "emacs-erc")
|
||||
(version "5.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/erc-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "16qyfsa2q297xcfjiacjms9v14kjwwrsp3m8kcs5s50aavzfvc1s"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://www.gnu.org/software/emacs/erc.html")
|
||||
(synopsis "An Emacs Internet Relay Chat client")
|
||||
(description
|
||||
"ERC is a powerful, modular, and extensible IRC client for Emacs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-znc
|
||||
(package
|
||||
(name "emacs-znc")
|
||||
|
||||
Reference in New Issue
Block a user