clapper-enhancers: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:06:19 +01:00
parent 44f4c1882b
commit fb201bd331
@@ -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