From fb201bd3317236275fb67017dfe6ad38ac51638d Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 27 Jan 2026 12:06:19 +0100 Subject: [PATCH] clapper-enhancers: expand pythonPath bash array for structuredAttrs --- pkgs/by-name/cl/clapper-enhancers/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cl/clapper-enhancers/package.nix b/pkgs/by-name/cl/clapper-enhancers/package.nix index 96bba08885a2..3a3feb421334 100644 --- a/pkgs/by-name/cl/clapper-enhancers/package.nix +++ b/pkgs/by-name/cl/clapper-enhancers/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { ]; postFixup = '' - buildPythonPath "$out $pythonPath" + buildPythonPath "$out ''${pythonPath[*]}" for yt_plugin in $out/lib/clapper-enhancers/plugins/yt-dlp/*.py; do patchPythonScript $yt_plugin done