summary refs log tree commit diff
path: root/pkgs/applications/networking/lieer
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-05 16:21:18 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-06 00:02:06 +0100
commitbdfaf83f76f20b21e45433a9163a60b643f8a6f5 (patch)
tree3f0d4340779e0a7c93b4cbe11ee9144b79b0d45a /pkgs/applications/networking/lieer
parentba5b0e244590c3f1c47dd14524d89e43039e0342 (diff)
downloadnixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.tar
nixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.tar.gz
nixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.tar.bz2
nixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.tar.lz
nixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.tar.xz
nixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.tar.zst
nixpkgs-bdfaf83f76f20b21e45433a9163a60b643f8a6f5.zip
pythonPackages.google-api-python-client: normalize package name
Diffstat (limited to 'pkgs/applications/networking/lieer')
-rw-r--r--pkgs/applications/networking/lieer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/lieer/default.nix b/pkgs/applications/networking/lieer/default.nix
index 3ad2762a2cf..420b9b28ccf 100644
--- a/pkgs/applications/networking/lieer/default.nix
+++ b/pkgs/applications/networking/lieer/default.nix
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
   propagatedBuildInputs = with python3Packages; [
     notmuch
     oauth2client
-    google_api_python_client
+    google-api-python-client
     tqdm
     setuptools
   ];