mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-erc-status-sidebar.
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c924e54139
commit
267be609f7
1 changed files with 25 additions and 0 deletions
|
@ -3289,6 +3289,31 @@ appropriate console.")
|
||||||
IRC bouncer with ERC.")
|
IRC bouncer with ERC.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public emacs-erc-status-sidebar
|
||||||
|
(let ((commit "ea4189a1dbfe60117359c36e681ad7c389e2968c")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-erc-status-sidebar")
|
||||||
|
(version (git-version "0.1" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/drewbarbs/erc-status-sidebar.git")
|
||||||
|
(commit commit)))
|
||||||
|
(sha256
|
||||||
|
(base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs `(("emacs-seq" ,emacs-seq)))
|
||||||
|
(home-page "https://github.com/drewbarbs/erc-status-sidebar")
|
||||||
|
(synopsis "A hexchat-like activity overview for ERC channels")
|
||||||
|
(description
|
||||||
|
"This package is provides a hexchat-like status bar for joined
|
||||||
|
channels in ERC. It relies on the `erc-track' module, and displays
|
||||||
|
all the same information erc-track does in the mode line, but in an
|
||||||
|
alternative format.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-shut-up
|
(define-public emacs-shut-up
|
||||||
(package
|
(package
|
||||||
(name "emacs-shut-up")
|
(name "emacs-shut-up")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue