mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add emacs-exwm-modeline.
* gnu/packages/emacs-xyz.scm (emacs-exwm-modeline): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
0c3d4cf38a
commit
abf686239f
1 changed files with 21 additions and 0 deletions
|
@ -29743,6 +29743,27 @@ (define-public emacs-exwm-edit
|
|||
invoked.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-exwm-modeline
|
||||
(package
|
||||
(name "emacs-exwm-modeline")
|
||||
(version "0.1.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/SqrtMinusOne/exwm-modeline")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b84wa8n5740p7wyia3skc8683inypha51w85mxn62wz6vfpjfp4"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-exwm))
|
||||
(home-page "https://github.com/SqrtMinusOne/exwm-modeline")
|
||||
(synopsis "Modeline segment for EXWM")
|
||||
(description "This package provides a modeline segment to display EXWM
|
||||
workspaces.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ert-async
|
||||
(package
|
||||
(name "emacs-ert-async")
|
||||
|
|
Loading…
Reference in a new issue