cinnamon.cinnamon-common: fix #146507 online-accounts in cinnamon-settings broken
This commit is contained in:
parent
c11c15c732
commit
078a4f9f3f
1 changed files with 5 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue