cambalache: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:05 +01:00
parent 52cf376483
commit cc06a99d75
+1 -1
View File
@@ -79,7 +79,7 @@ python3.pkgs.buildPythonApplication rec {
postFixup = ''
# Wrap a helper script in an unusual location.
wrapPythonProgramsIn "$out/${python3.sitePackages}/cambalache/priv/merengue" "$out $pythonPath"
wrapPythonProgramsIn "$out/${python3.sitePackages}/cambalache/priv/merengue" "$out ''${pythonPath[*]}"
'';
passthru = {