diff options
author | Jovany Leandro G.C <bit4bit@riseup.net> | 2018-07-13 10:27:52 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-17 15:13:48 +0200 |
commit | 4fa335949a7d8b45dc4e8906166de0bd6e41d808 (patch) | |
tree | 9e59311ec24859dfe96b73f7371a9837fecafc36 /gnu/local.mk | |
parent | e345274adbcfe99ddaa630f5f2dcc115d6fc7b5d (diff) | |
download | guix-4fa335949a7d8b45dc4e8906166de0bd6e41d808.tar guix-4fa335949a7d8b45dc4e8906166de0bd6e41d808.tar.gz |
gnu: twinkle: Add missing headers
* gnu/packages/patches/twinkle-include-qregexpvalidator-explicity.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (twinkle)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 d40b1963db..be435c5288 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1162,6 +1162,7 @@ dist_patch_DATA = \ %D%/packages/patches/tophat-build-with-later-seqan.patch \ %D%/packages/patches/totem-meson-easy-codec.patch \ %D%/packages/patches/tuxpaint-stamps-path.patch \ + %D%/packages/patches/twinkle-include-qregexpvalidator.patch \ %D%/packages/patches/unrtf-CVE-2016-10091.patch \ %D%/packages/patches/unzip-CVE-2014-8139.patch \ %D%/packages/patches/unzip-CVE-2014-8140.patch \ |