Unverified Commit fafeae3d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #315526 from NixOS/backport-315253-to-release-24.05

[Backport release-24.05] deepin.dtk6core: fix build on 6.7.1
parents 9999aa37 3de7ae0a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, doxygen
@@ -27,6 +28,11 @@ stdenv.mkDerivation (finalAttrs: {
  patches = [
    ./fix-pkgconfig-path.patch
    ./fix-pri-path.patch
    (fetchpatch {
      name = "fix-build-on-qt-6_7_1.patch";
      url = "https://github.com/linuxdeepin/dtkcore/commit/10bd3842bbde41fbc61c35b81d280075d053119b.patch";
      hash = "sha256-xZ3BhiMB6S5NJtPUEjtChCB9Jr1BI0mu7AMjyNMqt9w=";
    })
  ];

  nativeBuildInputs = [