fio: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:06 +01:00
parent ff7f25bced
commit 9f80fee30d
+1 -1
View File
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
];
postInstall = ''
wrapPythonProgramsIn "$out/bin" "$out $pythonPath"
wrapPythonProgramsIn "$out/bin" "$out ''${pythonPath[*]}"
'';
meta = {