cartridges: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:05 +01:00
parent dc005ce4f1
commit f369ad8ba3
+1 -1
View File
@@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
postFixup = ''
wrapPythonProgramsIn $out/libexec $out $pythonPath
wrapPythonProgramsIn $out/libexec "$out ''${pythonPath[*]}"
'';
# NOTE: `postCheck` is intentionally not used here, as the entire checkPhase