diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-02 00:12:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-02 00:30:14 +0200 |
commit | e1fefb810bc561fe4f1ccfe155b36ba8b93bce2d (patch) | |
tree | 3ee37acae0a99166023f7405f62e873fa5d7a225 /gnu/packages/wm.scm | |
parent | 7a0491ad0cab3e55fc505b5a7e04ab4ad6b3447f (diff) | |
download | guix-e1fefb810bc561fe4f1ccfe155b36ba8b93bce2d.tar.gz |
gnu: grim: Fix output rotation interpretation with Sway 1.4.
* gnu/packages/image.scm (grim)[source]: Add patch. * gnu/packages/patches/grim-revert-output-rotation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8c32fe426d..40458f55ab 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1386,6 +1386,8 @@ modules for building a Wayland compositor.") (define-public sway (package (name "sway") + ;; XXX When updating, check whether grim-revert-output-rotation.patch can + ;; be dropped from the grim package. (version "1.4") (source (origin |