Skip to content

Commit 28a38c5

Browse files
abkeinkaeeraa
authored andcommitted
Remove Qt 6.10 build failure patch
Removed patch for fixing build failure with Qt 6.10.
1 parent d56f01d commit 28a38c5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

unwrapped.nix

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
4747
hash = "sha256-bFGk8lqPlNlaxbrulYe0+8ayj33frctruce3/TZ+W2c=";
4848
};
4949

50-
# fix build failure with Qt 6.10
51-
patches = fetchpatch2 {
52-
name = "fix-build-with-qt-610.patch";
53-
url = "https://github.com/desktop-app/cmake_helpers/commit/682f1b57.patch";
54-
hash = "sha256-DHwgxAEFc1byQkVvrPwyctQKvUsK/KQ/cnzRv6PQuTM=";
55-
stripLen = 1;
56-
extraPrefix = "cmake/";
57-
};
50+
patches = [];
5851

5952
dontWrapQtApps = true;
6053

0 commit comments

Comments
 (0)