Build mbsync with with OAUTH2 support
This commit is contained in:
@@ -11,6 +11,8 @@ let
|
||||
sed -i -e "s|#!/usr/bin/env node|#! ${pkgs.nodejs}/bin/node|" node_modules/node-gyp-build/bin.js
|
||||
'';
|
||||
};
|
||||
isync-oauth2 = isync.overrideAttrs
|
||||
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
||||
|
||||
in {
|
||||
environment.systemPackages = [
|
||||
@@ -67,7 +69,7 @@ in {
|
||||
citrix_workspace
|
||||
# Mail stack
|
||||
neomutt
|
||||
isync
|
||||
isync-oauth2
|
||||
notmuch
|
||||
msmtp
|
||||
w3m
|
||||
|
||||
Reference in New Issue
Block a user