From b58843343280f817c6d797c00b07ebc6422d85bc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 3 May 2026 14:11:50 +0200 Subject: [PATCH] python3Packages.requests-cache: fix optional-dependencies The optional-dependencies are accessible via passthru only. --- pkgs/development/python-modules/requests-cache/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/requests-cache/default.nix b/pkgs/development/python-modules/requests-cache/default.nix index 92d46c37db03..3be91dbea9cd 100644 --- a/pkgs/development/python-modules/requests-cache/default.nix +++ b/pkgs/development/python-modules/requests-cache/default.nix @@ -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 = [