diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-06 17:25:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-07 15:06:22 +0100 |
commit | 5de561a79634e0814ea22f1cfece9a09efa120be (patch) | |
tree | d591fbe5d2972d0556d8fcfb3918a74ae34a219f /gnu/local.mk | |
parent | 4c8413cd617e56891939ac50c48a620c606ef145 (diff) | |
download | guix-5de561a79634e0814ea22f1cfece9a09efa120be.tar guix-5de561a79634e0814ea22f1cfece9a09efa120be.tar.gz |
gnu: gnome-todo: Fix compatibility with libical >= 3.0.
* gnu/packages/patches/gnome-todo-libical-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnome.scm (gnome-todo)[source](patches): Use 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 ea9c5da0cc..6c64068528 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -724,6 +724,7 @@ dist_patch_DATA = \ %D%/packages/patches/glog-gcc-5-demangling.patch \ %D%/packages/patches/gmp-arm-asm-nothumb.patch \ %D%/packages/patches/gmp-faulty-test.patch \ + %D%/packages/patches/gnome-todo-libical-compat.patch \ %D%/packages/patches/gnome-tweak-tool-search-paths.patch \ %D%/packages/patches/gnucash-price-quotes-perl.patch \ %D%/packages/patches/gnutls-skip-trust-store-test.patch \ |