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/local.mk | |
parent | 7a0491ad0cab3e55fc505b5a7e04ab4ad6b3447f (diff) | |
download | guix-e1fefb810bc561fe4f1ccfe155b36ba8b93bce2d.tar.gz guix-e1fefb810bc561fe4f1ccfe155b36ba8b93bce2d.zip |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a278c83553..f2b7a5da84 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1085,6 +1085,7 @@ dist_patch_DATA = \ %D%/packages/patches/gpsbabel-qstring.patch \ %D%/packages/patches/grantlee-merge-theme-dirs.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ + %D%/packages/patches/grim-revert-output-rotation.patch \ %D%/packages/patches/grocsvs-dont-use-admiral.patch \ %D%/packages/patches/gromacs-tinyxml2.patch \ %D%/packages/patches/groovy-add-exceptionutilsgenerator.patch \ |