tuhi: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:09 +01:00
parent 38ead32507
commit 324839571e
+1 -1
View File
@@ -62,7 +62,7 @@ python3Packages.buildPythonApplication rec {
--replace "/usr/bin/env sh" "sh"
'';
postFixup = ''
wrapPythonProgramsIn $out/libexec "$out $pythonPath"
wrapPythonProgramsIn $out/libexec "$out ''${pythonPath[*]}"
'';
meta = {