diff options
author | rennes <rennes@openmailbox.org> | 2017-02-17 19:16:36 -0600 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-04 23:15:01 -0500 |
commit | 40c611a41df35877c91a6b1ef66bdc84e6355ec7 (patch) | |
tree | be735f652b6bcb67e927df7b7e7ad1e1018a6bcd /gnu/local.mk | |
parent | 9f86202ba1fda3f22ff5044420658e16b18edfd2 (diff) | |
download | gnu-guix-40c611a41df35877c91a6b1ef66bdc84e6355ec7.tar gnu-guix-40c611a41df35877c91a6b1ef66bdc84e6355ec7.tar.gz |
gnu: wxwidgets: Fix for Filezilla client.
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a44c4072b0..c88892df54 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -5,7 +5,7 @@ # Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> # Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> # Copyright © 2016, 2017 Kei Kebreau <kei@openmailbox.org> -# Copyright © 2016 Rene Saavedra <rennes@openmailbox.org> +# Copyright © 2016, 2017 Rene Saavedra <rennes@openmailbox.org> # Copyright © 2016 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org> # Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> # Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> @@ -976,6 +976,7 @@ dist_patch_DATA = \ %D%/packages/patches/wordnet-CVE-2008-2149.patch \ %D%/packages/patches/wordnet-CVE-2008-3908-pt1.patch \ %D%/packages/patches/wordnet-CVE-2008-3908-pt2.patch \ + %D%/packages/patches/wxwidgets-fix-windowGTK.patch \ %D%/packages/patches/xdotool-fix-makefile.patch \ %D%/packages/patches/xf86-video-ark-remove-mibstore.patch \ %D%/packages/patches/xf86-video-ast-remove-mibstore.patch \ |