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/packages/telephony.scm | |
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/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 246d85901c..2055034117 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -485,6 +485,8 @@ Mumble consists of two applications for separate usage: (uri (git-reference (url "https://github.com/LubosD/twinkle") (commit commit))) + (patches + (search-patches "twinkle-include-qregexpvalidator.patch")) (file-name (git-file-name name version)) (sha256 (base32 |