We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56f01d commit 28a38c5Copy full SHA for 28a38c5
unwrapped.nix
@@ -47,14 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
47
hash = "sha256-bFGk8lqPlNlaxbrulYe0+8ayj33frctruce3/TZ+W2c=";
48
};
49
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
- };
+ patches = [];
58
59
dontWrapQtApps = true;
60
0 commit comments