diff --git a/pkgs/development/python-modules/adb-shell/default.nix b/pkgs/development/python-modules/adb-shell/default.nix index 514264325329..4388b0d24816 100644 --- a/pkgs/development/python-modules/adb-shell/default.nix +++ b/pkgs/development/python-modules/adb-shell/default.nix @@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: { pycryptodome pytestCheckHook ] - ++ lib.concatAttrValues finalAttrs.optional-dependencies; + ++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies; pythonImportsCheck = [ "adb_shell" ];