Commit b6badb34 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

kdePackages.calligra: Fix build with Poppler 25.10

parent 81e609e8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{
  mkKdeDerivation,
  lib,
  fetchpatch,
  boost,
  eigen,
  gsl,
@@ -26,6 +27,14 @@
mkKdeDerivation {
  pname = "calligra";

  patches = [
    # Fix build with Poppler 25.10
    (fetchpatch {
      url = "https://invent.kde.org/office/calligra/-/commit/45e8b302bce1d318f310ea13599d7ce84acc477e.patch";
      hash = "sha256-TECB3eo24+gI8TXL8gw9BIdFWqw0JBKCWpoNVqBSan8=";
    })
  ];

  extraBuildInputs = [
    boost
    eigen