From 6bb6ff2e04225fd22c9f059f7406b1b8c430da45 Mon Sep 17 00:00:00 2001 From: rewine Date: Sun, 13 Apr 2025 14:25:14 +0800 Subject: [PATCH] deepin.dtk6core: 6.0.24 -> 6.0.33 --- pkgs/desktops/deepin/library/dtk6core/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/deepin/library/dtk6core/default.nix b/pkgs/desktops/deepin/library/dtk6core/default.nix index 97ac2fb5843f..bbd2eab47528 100644 --- a/pkgs/desktops/deepin/library/dtk6core/default.nix +++ b/pkgs/desktops/deepin/library/dtk6core/default.nix @@ -2,6 +2,7 @@ stdenv, lib, fetchFromGitHub, + fetchpatch, cmake, pkg-config, doxygen, @@ -14,18 +15,23 @@ stdenv.mkDerivation (finalAttrs: { pname = "dtk6core"; - version = "6.0.24"; + version = "6.0.33"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = "dtk6core"; rev = finalAttrs.version; - hash = "sha256-51TvPQy0b/8kkBs0e3q1B53mEAKHpAYPBla4h1k616c="; + hash = "sha256-AmGQoDt9qp0m0iV7WrR16DPTt80Y5leRUVXPOtHeugs="; }; patches = [ ./fix-pkgconfig-path.patch ./fix-pri-path.patch + (fetchpatch { + name = "resolve-compilation-issues-on-Qt-6_9.patch"; + url = "https://github.com/linuxdeepin/dtkcore/commit/8f523a8b387a006b942268e2143d0d58c574f7c5.patch"; + hash = "sha256-x8BfWCdsz8Bf/sAM7PymZWqlPyEabwP0e6ybfz/2oZ4="; + }) ]; postPatch = ''