diff options
Diffstat (limited to 'third_party/lieer/default.nix')
-rw-r--r-- | third_party/lieer/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lieer/default.nix b/third_party/lieer/default.nix index 631be82a8a49..8bd2916c4034 100644 --- a/third_party/lieer/default.nix +++ b/third_party/lieer/default.nix @@ -22,7 +22,7 @@ in python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ notmuch oauth2client - google_api_python_client + google-api-python-client tqdm ]; } |