wike: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:09 +01:00
parent 324839571e
commit 0de6d274a8
+1 -1
View File
@@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
postFixup = ''
wrapPythonProgramsIn "$out/share/wike" "$out $pythonPath"
wrapPythonProgramsIn "$out/share/wike" "$out ''${pythonPath[*]}"
'';
passthru = {