xen: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user