Merge pull request #304658 from felipeqq2/isync-fix

isync: add default SASL mechanisms when using `cyrus-sasl-xoauth2`
This commit is contained in:
Linus Heckemann 2024-05-08 16:05:17 +02:00 committed by GitHub
commit 64341cc2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
postInstall = lib.optionalString withCyrusSaslXoauth2 ''
wrapProgram "$out/bin/mbsync" \
--prefix SASL_PATH : "${lib.makeSearchPath "lib/sasl2" [ cyrus-sasl-xoauth2 ]}"
--prefix SASL_PATH : "${lib.makeSearchPath "lib/sasl2" [ cyrus-sasl-xoauth2 cyrus_sasl.out ]}"
'';
meta = with lib; {