summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-11-27 09:07:59 +0100
committerMaciej Krüger <mkg20001@gmail.com>2021-11-27 09:11:12 +0100
commit078a4f9f3fe7373f774e6ca17a269280745c970d (patch)
treedd2f33dbd694da765e7e1a4ab643b56758cb8e03 /pkgs/desktops/cinnamon
parentc11c15c7322dc07369fdce78d23cc1c061e379d0 (diff)
downloadnixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.tar
nixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.tar.gz
nixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.tar.bz2
nixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.tar.lz
nixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.tar.xz
nixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.tar.zst
nixpkgs-078a4f9f3fe7373f774e6ca17a269280745c970d.zip
cinnamon.cinnamon-common: fix #146507 online-accounts in cinnamon-settings broken
Diffstat (limited to 'pkgs/desktops/cinnamon')
-rw-r--r--pkgs/desktops/cinnamon/cinnamon-common/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/desktops/cinnamon/cinnamon-common/default.nix b/pkgs/desktops/cinnamon/cinnamon-common/default.nix
index c8c3a31a5ef..0ce9c53c2fe 100644
--- a/pkgs/desktops/cinnamon/cinnamon-common/default.nix
+++ b/pkgs/desktops/cinnamon/cinnamon-common/default.nix
@@ -62,6 +62,11 @@ stdenv.mkDerivation rec {
   patches = [
     ./use-sane-install-dir.patch
     ./libdir.patch
+
+    (fetchpatch {
+      url = "https://github.com/linuxmint/cinnamon/commit/77ed66050f7df889fcb7a10b702c7b8bcdeaa130.patch";
+      sha256 = "sha256-OegLxz6Xr/nxVwVOAd2oOY62ohZ3r6uYn1+YED5EBHQ=";
+    })
   ];
 
   buildInputs = [