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

calligraplan: fix build for CMake 4 (#466300)

parents dd4aec74 1e72a6b3
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