xen: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:09 +01:00
parent 0de6d274a8
commit 18ff192eab
+1 -1
View File
@@ -317,7 +317,7 @@ stdenv.mkDerivation (finalAttrs: {
# We also need to wrap pygrub, which lies in $out/libexec/xen/bin.
''
wrapPythonPrograms
wrapPythonProgramsIn "$out/libexec/xen/bin" "$out $pythonPath"
wrapPythonProgramsIn "$out/libexec/xen/bin" "$out ''${pythonPath[*]}"
'';
postFixup = ''