python3Packages.requests-cache: fix optional-dependencies

The optional-dependencies are accessible via passthru only.
This commit is contained in:
Martin Weinelt
2026-05-03 14:11:50 +02:00
parent 3761b97c63
commit b588433432
@@ -64,7 +64,7 @@ buildPythonPackage (finalAttrs: {
orjson
ujson
]
++ lib.concatAttrValues (lib.removeAttrs finalAttrs.optional-dependencies [ "all" ]);
++ lib.concatAttrValues (lib.removeAttrs finalAttrs.passthru.optional-dependencies [ "all" ]);
};
nativeCheckInputs = [