Merge pull request #304251 from niknetniko/kmail/kdepim

kdepim-runtime: use XOAUTH2 SASL plugin from libkgapi
This commit is contained in:
K900 2024-04-15 17:21:07 +03:00 committed by GitHub
commit c496479b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ]}"
];
}