Skip to content

Commit c6c3b79

Browse files
committed
deepin.dtk6gui: fix build on qt 6.8
1 parent 6bae81c commit c6c3b79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/desktops/deepin/library/dtk6gui/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,
@@ -24,6 +25,11 @@ stdenv.mkDerivation (finalAttrs: {
2425
patches = [
2526
./fix-pkgconfig-path.patch
2627
./fix-pri-path.patch
28+
(fetchpatch {
29+
name = "fix-build-on-qt-6.8.patch";
30+
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6gui/-/raw/b6b8521fd69c28dbca5f6e8d1d8258c904b6caf1/qt-6.8.patch";
31+
hash = "sha256-Fu5vwvKJGMW94JYoIPvDCeXs8WrAskQlVRX/3FYQFGY=";
32+
})
2733
];
2834

2935
postPatch = ''

0 commit comments

Comments
 (0)