summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/apps/gnome-todo
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-17 19:08:00 -0400
committerTor Hedin Brønner <torhedinbronner@gmail.com>2019-09-30 19:39:51 +0200
commite3bece77a7b51ad85c81589809eb498563cccf92 (patch)
tree8588a46a33103ecb0998e4b63e04d01d0b03611c /pkgs/desktops/gnome-3/apps/gnome-todo
parentf82064919c274a2a759a975e33878b70118c939f (diff)
downloadnixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.tar
nixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.tar.gz
nixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.tar.bz2
nixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.tar.lz
nixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.tar.xz
nixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.tar.zst
nixpkgs-e3bece77a7b51ad85c81589809eb498563cccf92.zip
gnome3.gnome-todo: fix build with libecal 2.0
Diffstat (limited to 'pkgs/desktops/gnome-3/apps/gnome-todo')
-rw-r--r--pkgs/desktops/gnome-3/apps/gnome-todo/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix b/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix
index dbbbb43659b..f5c4eedc48d 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-todo/default.nix
@@ -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 = ''