about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2021-01-05 15:53:09 -0500
committerGitHub <noreply@github.com>2021-01-05 15:53:09 -0500
commitd5fb62c9387f5adb9f3177c1483067f4235e4f36 (patch)
tree99dea37fdacde9fb1009fe53ae9807d525476861 /pkgs/desktops
parent5c66df0b9df0853558ad2e074040fe6907ecbcf1 (diff)
parent42055a98e52eefc8a114ecf62a5d4e4100e50160 (diff)
Merge pull request #108514 from worldofpeace/fix-gnome-cal
gnome3.gnome-calendar: add GNOME/gnome-calendar#84
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/apps/gnome-calendar/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/apps/gnome-calendar/default.nix b/pkgs/desktops/gnome-3/apps/gnome-calendar/default.nix
index 8f2ec6f85dd47..67d433a8209f3 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-calendar/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-calendar/default.nix
@@ -38,6 +38,12 @@ stdenv.mkDerivation rec {
       url = "https://gitlab.gnome.org/GNOME/gnome-calendar/-/commit/8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch";
       sha256 = "Ue0pWwcbYyCZPHPPoR0dXW5n948/AZ3wVDMTIZDOnyE=";
     })
+
+    # https://gitlab.gnome.org/GNOME/gnome-calendar/-/merge_requests/84
+    (fetchpatch {
+      url = "https://gitlab.gnome.org/GNOME/gnome-calendar/-/merge_requests/84.patch";
+      sha256 = "czG3uIHl3tBnjDUvCOPm8IRp2o7yZYCb0/jWtv3uzIY=";
+    })
   ];
 
   passthru = {