mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-todo: Fix build.
* gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: New file. * gnu/packages/gnome.scm (gnome-todo)[source]: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
parent
9b1f80a466
commit
b17b29454d
3 changed files with 11 additions and 1 deletions
|
@ -0,0 +1,7 @@
|
|||
--- gnome-todo-3.28.1/plugins/eds/gtd-eds-autoptr.h.orig 2020-05-06 14:20:49.589902539 +0200
|
||||
+++ gnome-todo-3.28.1/plugins/eds/gtd-eds-autoptr.h 2020-05-06 14:20:54.593919721 +0200
|
||||
@@ -25,4 +25,3 @@
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponent, g_object_unref);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponentId, e_cal_component_free_id);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalClient, g_object_unref);
|
||||
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (ESource, g_object_unref);
|
Loading…
Add table
Add a link
Reference in a new issue