Skip to content

Commit 6bae81c

Browse files
committed
deepin.dtk6core: fix build on qt 6.8
1 parent 8f308b9 commit 6bae81c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/desktops/deepin/library/dtk6core/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
stdenv,
33
lib,
44
fetchFromGitHub,
5+
fetchpatch,
56
cmake,
67
pkg-config,
78
doxygen,
@@ -26,6 +27,11 @@ stdenv.mkDerivation (finalAttrs: {
2627
patches = [
2728
./fix-pkgconfig-path.patch
2829
./fix-pri-path.patch
30+
(fetchpatch {
31+
name = "fix-build-on-qt-6.8.patch";
32+
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6core/-/raw/d2e991f96b2940e8533b7e944bab5a7dd6aa0fb7/qt-6.8.patch";
33+
hash = "sha256-HZxUrtUmVwnNUwcBoU7ewb+McsRkALQglPBbJU8HTkk=";
34+
})
2935
];
3036

3137
postPatch = ''

0 commit comments

Comments
 (0)