cinnamon: Backport fixes for GIR 2.0, ICal 4.0

Related: Nixpkgs PR 510293, 527664
This commit is contained in:
Bobby Rong
2026-06-19 17:05:14 +08:00
parent 567a49d191
commit fccfa0cc60
+13
View File
@@ -10,6 +10,7 @@
cjs,
evolution-data-server,
fetchFromGitHub,
fetchpatch,
gcr,
gdk-pixbuf,
gettext,
@@ -86,6 +87,18 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
./use-sane-install-dir.patch
./libdir.patch
# util.js: Adapt to GIR 2.0
(fetchpatch {
url = "https://github.com/linuxmint/cinnamon/commit/3a2d558aa575f0ea364c5b4e30d2eb3ee604ee58.patch";
hash = "sha256-+uAGuQJ0VsIvMvPFafyoXmU4MiHfbbRXLzeW/n62ucw=";
})
# cinnamon-calendar-server.py: Allow ICal 4.0
(fetchpatch {
url = "https://github.com/linuxmint/cinnamon/commit/dcf2d986c1ec167b0a8005ef2ca427317438c8d7.patch";
hash = "sha256-4sCZShUOXPaJoumiuEG558e0l8CIehH0P+C9OouG3vI=";
})
];
buildInputs = [