kdepim-runtime: use XOAUTH2 SASL plugin from libkgapi

Applies the changes from #177410 and #190502 to Plasma 6.
This commit is contained in:
Niko Strijbol 2024-04-15 14:00:45 +02:00
parent 26594c44f5
commit 6a8ead5e3e
No known key found for this signature in database
GPG Key ID: 1A8AEBABD9012251
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@
qtspeech,
qtwebengine,
cyrus_sasl,
lib,
libkgapi
}:
mkKdeDerivation {
pname = "kdepim-runtime";
@ -12,4 +14,8 @@ mkKdeDerivation {
extraNativeBuildInputs = [shared-mime-info];
# FIXME: libkolabxml, libetebase
extraBuildInputs = [qtnetworkauth qtspeech qtwebengine cyrus_sasl];
qtWrapperArgs = [
"--prefix SASL_PATH : ${lib.makeSearchPath "lib/sasl2" [ cyrus_sasl.out libkgapi ]}"
];
}