bada-bib: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:04 +01:00
parent f37551d71e
commit 0119204415
+1 -1
View File
@@ -69,7 +69,7 @@ python3Packages.buildPythonApplication rec {
'';
postFixup = ''
wrapPythonProgramsIn "$out/libexec" "$out $pythonPath"
wrapPythonProgramsIn "$out/libexec" "$out ''${pythonPath[*]}"
'';
meta = {