From a9c8268edb04dc3151e042f775bf8328d00220ac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 28 Dec 2022 17:13:08 +0100 Subject: [PATCH] python310Packages.google-cloud-audit-log: add missing input --- .../python-modules/google-cloud-audit-log/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/google-cloud-audit-log/default.nix b/pkgs/development/python-modules/google-cloud-audit-log/default.nix index 2ac9d4eec216..e1276718efca 100644 --- a/pkgs/development/python-modules/google-cloud-audit-log/default.nix +++ b/pkgs/development/python-modules/google-cloud-audit-log/default.nix @@ -3,6 +3,7 @@ , fetchPypi , googleapis-common-protos , protobuf +, pythonOlder }: buildPythonPackage rec {