Commit cb5823dc authored by K900's avatar K900
Browse files

kdePackages.kalzium: fix build with Qt 6.8

parent dffd4b36
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{
  mkKdeDerivation,
  fetchpatch,
  pkg-config,
  ocaml,
  eigen,
@@ -10,6 +11,15 @@
mkKdeDerivation {
  pname = "kalzium";

  patches = [
    # Fix build with Qt 6.8
    # FIXME: remove in next major update
    (fetchpatch {
      url = "https://invent.kde.org/education/kalzium/-/commit/557d9bc96636f413430d0789cbf775915fc0dc45.patch";
      hash = "sha256-KDCT/COqk7OTuF8pN7qrRrIPRU4PSGm+efpCDGbtZwA=";
    })
  ];

  # FIXME: look into how to make it find libfacile
  extraNativeBuildInputs = [
    pkg-config