blueberry: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:04 +01:00
parent 6a21526c7d
commit a29c99cc86
+1 -1
View File
@@ -84,7 +84,7 @@ python3Packages.buildPythonApplication rec {
postFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
wrapPythonProgramsIn $out/lib "$out $pythonPath"
wrapPythonProgramsIn $out/lib "$out ''${pythonPath[*]}"
'';
meta = {