Skip to content

Commit 5acfeab

Browse files
committed
gammaray: fix build for qt 6.9
1 parent 18ef621 commit 5acfeab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkgs/development/tools/gammaray/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
fetchpatch,
56
cmake,
67
pkg-config,
78
qttools,
@@ -32,6 +33,14 @@ stdenv.mkDerivation rec {
3233
hash = "sha256-mJw9yckbkFVYZlcakai/hH/gAD0xOQir5JqGMNnB/dE=";
3334
};
3435

36+
patches = [
37+
(fetchpatch {
38+
name = "fix-build-for-Qt-6_9.patch";
39+
url = "https://github.com/KDAB/GammaRay/commit/750195c8172bc7c2e805cbf28d3993d65c17b5a0.patch";
40+
hash = "sha256-HQLOOkNmrGMoBDAK5am/NePnAF3Jsa5F0WyUjaJ2tYw=";
41+
})
42+
];
43+
3544
nativeBuildInputs = [
3645
cmake
3746
pkg-config

0 commit comments

Comments
 (0)