kdePackages.kalzium: fix build with Qt 6.8
This commit is contained in:
parent
dffd4b36a2
commit
cb5823dcd5
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
|
fetchpatch,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
ocaml,
|
ocaml,
|
||||||
eigen,
|
eigen,
|
||||||
@ -10,6 +11,15 @@
|
|||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "kalzium";
|
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
|
# FIXME: look into how to make it find libfacile
|
||||||
extraNativeBuildInputs = [
|
extraNativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user