diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-28 15:56:31 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-28 15:59:52 +0200 |
commit | 2ac2b17251be51778963e6ced0b83e461d175d01 (patch) | |
tree | 188d9b54c389a64740f6c845e7c4a8d795ef9033 /gnu/local.mk | |
parent | 802907e423121702d726636961065c7791a3b4d5 (diff) | |
download | guix-2ac2b17251be51778963e6ced0b83e461d175d01.tar guix-2ac2b17251be51778963e6ced0b83e461d175d01.tar.gz |
gnu: synfigstudio: Fix UI bug.
* gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/animation.scm (synfigstudio)[source]: Apply patch.
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 eb12b62f83..9ef9f95533 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -993,6 +993,7 @@ dist_patch_DATA = \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ + %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch.patch \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ %D%/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch \ |