me
/
guix
Archived
1
0
Fork 0

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>
master
Michael Rohleder 2020-06-02 08:20:18 +02:00 committed by Ludovic Courtès
parent c924e54139
commit 267be609f7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 25 additions and 0 deletions

View File

@ -3289,6 +3289,31 @@ appropriate console.")
IRC bouncer with ERC.")
(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
(package
(name "emacs-shut-up")