mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-exwm: Fix fullscreen states.
* gnu/packages/patches/emacs-exwm-fix-fullscreen-states.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs-xyz.scm (emacs-exwm)[source]: Use it. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
0482ea07f9
commit
ba7a63da48
3 changed files with 46 additions and 1 deletions
|
@ -10900,7 +10900,12 @@ It should enable you to implement low-level X11 applications.")
|
|||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"exwm-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0lj1a3cmbpf4h6x8k6x8cdm1qb51ca6filydnvi5zcda8zpl060s"))))
|
||||
(base32 "0lj1a3cmbpf4h6x8k6x8cdm1qb51ca6filydnvi5zcda8zpl060s"))
|
||||
(patches
|
||||
;; Patch fixing fullscreen view. Applied upstream as
|
||||
;; edb930005b0ba83051ca8a59b493e9a3c8ef580a. It can be removed in
|
||||
;; next release.
|
||||
(search-patches "emacs-exwm-fix-fullscreen-states.patch"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-xelb" ,emacs-xelb)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue