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:
Miguel Moreno 2023-03-27 19:08:24 +02:00 committed by Nicolas Goaziou
parent 0c3d4cf38a
commit abf686239f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")