diff options
Diffstat (limited to 'third_party/lieer/default.nix')
-rw-r--r-- | third_party/lieer/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |