gnu: Add emacs-exwm-firefox-core.

* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox-core): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Ian Eure 2023-11-14 18:13:17 -08:00 committed by Liliana Marie Prikler
parent 1eafa4c4be
commit 4de0a818e1
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -31341,6 +31341,30 @@ (define-public emacs-exwm-modeline
workspaces.")
(license license:gpl3+)))
(define-public emacs-exwm-firefox-core
(let ((commit "e2fe2a895e8f973307ef52f8c9976b26e701cbd0")
(revision "1"))
(package
(name "emacs-exwm-firefox-core")
(version (git-version "1.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/walseb/exwm-firefox-core.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0k5jkjzx6f8nfmbkc61raj585p9pymycgzv7rr3fhv2drgkaa4yi"))))
(inputs (list emacs-exwm))
(build-system emacs-build-system)
(home-page "https://github.com/walseb/exwm-firefox-core")
(synopsis "Control Firefox with EXWM")
(description
"This package contains functions that execute exwm
keypresses mapped in firefox to the action described in the function name.")
(license (list license:gpl3+)))))
(define-public emacs-ert-async
(package
(name "emacs-ert-async")