kdePackages.kalzium: fix build with Qt 6.8

This commit is contained in:
K900 2024-10-10 19:53:32 +03:00
parent dffd4b36a2
commit cb5823dcd5

View File

@ -1,5 +1,6 @@
{
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