Unverified Commit 592d1d30 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] calligraplan: fix build for CMake 4 (#466453)

parents cb926372 89d28f80
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitLab,
  fetchpatch,
  qt5,
  libsForQt5,
  cmake,
@@ -21,6 +22,13 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-szPdRxbzJ2+nmgp+1FwmKZwHEDV8EtbDW/3jsw4J6HI=";
  };

  patches = [
    (fetchpatch {
      url = "https://invent.kde.org/office/calligraplan/-/commit/cdd85c895b487a8b3837bf8b864103997e0af544.patch";
      hash = "sha256-IMoJvvszPuIdWedeU7PQw8ngYmMA7k//wXfT+mZQP88=";
    })
  ];

  buildInputs = [
    qt5.qtbase
    libsForQt5.kdbusaddons