diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-01-18 21:47:00 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-03-19 11:36:18 +0100 |
commit | 83a4ab4e4213eaf10289f0abd8a43979178701d7 (patch) | |
tree | fe04b2640f16e7e5b70160479f485e4971b4d4c7 /gnu/local.mk | |
parent | ea2a180f68156ac05b435e953cd1231274244b9c (diff) | |
download | guix-83a4ab4e4213eaf10289f0abd8a43979178701d7.tar guix-83a4ab4e4213eaf10289f0abd8a43979178701d7.tar.gz |
gnu: Add libksieve.
* gnu/packages/kde-pim.scm (libksieve): New variable.
* gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch:
New file.
* gnu/local.mk: 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 caa73d44d4..aa5dcd7c39 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1108,6 +1108,7 @@ dist_patch_DATA = \ %D%/packages/patches/libjxr-fix-function-signature.patch \ %D%/packages/patches/libjxr-fix-typos.patch \ %D%/packages/patches/libotr-test-auth-fix.patch \ + %D%/packages/patches/libksieve-Fix-missing-lInk-libraries.patch \ %D%/packages/patches/libmad-armv7-thumb-pt1.patch \ %D%/packages/patches/libmad-armv7-thumb-pt2.patch \ %D%/packages/patches/libmad-length-check.patch \ |