kdePackages.plasma-vault: fix build with Qt 6.9

K900 80f44a41 13844827

Changed files
+8
pkgs
kde
plasma
plasma-vault
+8
pkgs/kde/plasma/plasma-vault/default.nix
···
fuse,
cryfs,
encfs,
+
fetchpatch,
}:
mkKdeDerivation {
pname = "plasma-vault";
···
./0002-cryfs-path.patch
./0003-fusermount-path.patch
./0004-gocryptfs-path.patch
+
+
# Fix build with Qt 6.9
+
# FIXME: remove in 6.3.5
+
(fetchpatch {
+
url = "https://invent.kde.org/plasma/plasma-vault/-/commit/a982e58679caa583ceb4cc883d1c1923dab54db9.patch";
+
hash = "sha256-Khws1fvVTFEgwMDGt7P52PHboa+4kq6g792kFaT5ceU=";
+
})
];
CXXFLAGS = [