gnome3.gnome-todo: fix build with libecal 2.0

This commit is contained in:
worldofpeace 2019-09-17 19:08:00 -04:00 committed by Tor Hedin Brønner
parent f82064919c
commit e3bece77a7

View File

@ -31,10 +31,11 @@ stdenv.mkDerivation rec {
};
patches = [
# fix build with e-d-s 3.32
# fix build with libecal 2.0
(fetchpatch {
url = https://gitlab.gnome.org/GNOME/gnome-todo/commit/6cdabc4dd0c6c804a093b94c269461ce376fed4f.patch;
sha256 = "08ldgyxv9216dgr8y9asqd7j2y82y9yqnqhkqaxc9i8a67yz1gzy";
name = "gnome-todo-eds-libecal-2.0.patch";
url = "https://src.fedoraproject.org/rpms/gnome-todo/raw/bed44b8530f3c79589982e03b430b3a125e9bceb/f/gnome-todo-eds-libecal-2.0.patch";
sha256 = "1ghrz973skal36j90wm2z13m3panw983r6y0k7z9gpj5lxgz92mq";
})
];
postPatch = ''