From 6579406d61befdb48d08892594e1fcfbe78937cd Mon Sep 17 00:00:00 2001 From: rewine Date: Sun, 13 Apr 2025 15:24:05 +0800 Subject: [PATCH] deepin.dde-shell: 1.0.9 -> 1.0.10 --- pkgs/desktops/deepin/core/dde-shell/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/deepin/core/dde-shell/default.nix b/pkgs/desktops/deepin/core/dde-shell/default.nix index 62663f6756e9..be854c40b97a 100644 --- a/pkgs/desktops/deepin/core/dde-shell/default.nix +++ b/pkgs/desktops/deepin/core/dde-shell/default.nix @@ -2,6 +2,7 @@ stdenv, lib, fetchFromGitHub, + fetchpatch, cmake, extra-cmake-modules, pkg-config, @@ -23,17 +24,23 @@ stdenv.mkDerivation (finalAttrs: { pname = "dde-shell"; - version = "1.0.9"; + version = "1.0.10"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = "dde-shell"; rev = finalAttrs.version; - hash = "sha256-Gko1fFut5zWH/L6X5hEe5OZBjRIbKWIrrjjhh2wrsCg="; + hash = "sha256-0nyTvSIJglx8raehPi6pYfQcxIjsCAaD1hVbuGvtfY8="; }; patches = [ ./fix-path-for-nixos.diff + (fetchpatch { + name = "resolve-compilation-issues-on-Qt-6_9.patch"; + url = "https://github.com/linuxdeepin/dde-shell/commit/936d62a2c20398b9ca6ae28f9101dd288c8b1678.patch"; + hash = "sha256-u5TcPy2kZsOLGUgjTGZ5JX3mWnr/rOQ3SWBRyjWEiw4="; + }) + ]; postPatch = ''