Unverified Commit 029c0b4a authored by rewine's avatar rewine Committed by GitHub
Browse files

gammaray: fix build for qt 6.9 (#405558)

parents 51bb467c 5acfeab1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  pkg-config,
  qttools,
@@ -32,6 +33,14 @@ stdenv.mkDerivation rec {
    hash = "sha256-mJw9yckbkFVYZlcakai/hH/gAD0xOQir5JqGMNnB/dE=";
  };

  patches = [
    (fetchpatch {
      name = "fix-build-for-Qt-6_9.patch";
      url = "https://github.com/KDAB/GammaRay/commit/750195c8172bc7c2e805cbf28d3993d65c17b5a0.patch";
      hash = "sha256-HQLOOkNmrGMoBDAK5am/NePnAF3Jsa5F0WyUjaJ2tYw=";
    })
  ];

  nativeBuildInputs = [
    cmake
    pkg-config