neard: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-23 14:34:01 +01:00
parent e71719bc6c
commit e7eb3f278b

View File

@@ -72,7 +72,7 @@ stdenv.mkDerivation {
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
wrapPythonProgramsIn "$out/lib/neard" "$pythonPath"
wrapPythonProgramsIn "$out/lib/neard" "''${pythonPath[*]}"
'';
meta = {