From a07571a4dbdee4f87aeb57701f1a26b2d09278fb Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 Dec 2019 12:52:19 +0100 Subject: feat(third_party/lieer): Request OAuth2 scope for sending emails This makes it possible to reuse the lieer tokens for sending emails from XOAUTH2-compatible SMTP clients. --- third_party/lieer/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party/lieer/default.nix') diff --git a/third_party/lieer/default.nix b/third_party/lieer/default.nix index 80bd06350120..0c399db158b5 100644 --- a/third_party/lieer/default.nix +++ b/third_party/lieer/default.nix @@ -18,6 +18,8 @@ python3Packages.buildPythonApplication rec { sha256 = "1zzylv8xbcrh34bz0s29dawzcyx39lai8y8wk0bl4x75v1jfynvf"; }; + patches = [ ./send_scope.patch ]; + propagatedBuildInputs = with python3Packages; [ notmuch oauth2client -- cgit 1.4.1