hamster: expand pythonPath bash array for structuredAttrs

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