about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pydrive
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/development/python-modules/pydrive
parentba5b0e244590c3f1c47dd14524d89e43039e0342 (diff)
pythonPackages.google-api-python-client: normalize package name
Diffstat (limited to 'pkgs/development/python-modules/pydrive')
-rw-r--r--pkgs/development/python-modules/pydrive/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pydrive/default.nix b/pkgs/development/python-modules/pydrive/default.nix
index aa0515323e292..5d1fc187c9f50 100644
--- a/pkgs/development/python-modules/pydrive/default.nix
+++ b/pkgs/development/python-modules/pydrive/default.nix
@@ -1,7 +1,7 @@
 { lib
 , buildPythonPackage
 , fetchPypi
-, google_api_python_client
+, google-api-python-client
 , oauth2client
 , pyyaml
 }:
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   };
 
   propagatedBuildInputs = [
-    google_api_python_client
+    google-api-python-client
     oauth2client
     pyyaml
   ];