kdePackages.marble: fix build with Qt 6.9

This commit is contained in:
K900
2025-04-10 22:06:18 +03:00
parent 80f44a41c5
commit 06ae99533a
+14
View File
@@ -17,10 +17,24 @@
gpsd,
protobuf,
shapelib,
fetchpatch,
}:
mkKdeDerivation {
pname = "marble";
# Fix build with Qt 6.9
# FIXME: remove in 25.04
patches = [
(fetchpatch {
url = "https://invent.kde.org/education/marble/-/commit/8d21b43f569adcd3bb76d3f9d921f2aaddb2c303.patch";
hash = "sha256-UdY/4yxRMHcLb76A3elOLIEH+4v+AgVeUbUKzdavXHA=";
})
(fetchpatch {
url = "https://invent.kde.org/education/marble/-/commit/a14a3a911f5a8f152783a97410267a6fd98cce48.patch";
hash = "sha256-WY28+Ea7DQ3qkNed25EtCtAKlM3Y/57gyM/DHQqdfCc=";
})
];
extraNativeBuildInputs = [
perl
pkg-config