Merge pull request #247886 from bobby285271/fix/cinnamon-background

cinnamon.cinnamon-common: Backport pillow 10.0.0 support

authored by

Bobby Rong and committed by
GitHub
ff1834f0 9557dc53

+8
+8
pkgs/desktops/cinnamon/cinnamon-common/default.nix
··· 9 9 , cjs 10 10 , evolution-data-server 11 11 , fetchFromGitHub 12 + , fetchpatch 12 13 , gdk-pixbuf 13 14 , gettext 14 15 , libgnomekbd ··· 84 85 patches = [ 85 86 ./use-sane-install-dir.patch 86 87 ./libdir.patch 88 + 89 + # Backport pillow 10.0.0 support. 90 + # https://github.com/linuxmint/cinnamon/issues/11746 91 + (fetchpatch { 92 + url = "https://github.com/linuxmint/cinnamon/commit/fce9aad1ebb290802dc550e8dae6344dddf9dec1.patch"; 93 + hash = "sha256-flt7CblfXlLieAVNeC8TBnv1TX0Zca1obPWusBMnIxE="; 94 + }) 87 95 ]; 88 96 89 97 buildInputs = [