diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-01-19 17:39:09 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-03-19 11:36:20 +0100 |
commit | de6b78220475e604fa105ccf98aabb92e86658f3 (patch) | |
tree | 77e3c1397c43e28277df41ae3a788445f19750d7 /gnu/local.mk | |
parent | 49e247efccb46a9808a2662489857ec9f0fb6664 (diff) | |
download | guix-de6b78220475e604fa105ccf98aabb92e86658f3.tar guix-de6b78220475e604fa105ccf98aabb92e86658f3.tar.gz |
gnu: Add kdepim-runtime.
* gnu/packages/kde-pim.scm (kdepim-runtime): New variable.
* gnu/packages/patches/kdepim-runtime-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 aa5dcd7c39..56f1903f0c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1052,6 +1052,7 @@ dist_patch_DATA = \ %D%/packages/patches/libvirt-create-machine-cgroup.patch \ %D%/packages/patches/libziparchive-add-includes.patch \ %D%/packages/patches/localed-xorg-keyboard.patch \ + %D%/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch \ %D%/packages/patches/kiki-level-selection-crash.patch \ %D%/packages/patches/kiki-makefile.patch \ %D%/packages/patches/kiki-missing-includes.patch \ |