sumorobot-manager: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:10 +01:00
parent c851206cb5
commit b4124a99fc
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
preFixup = ''
patchShebangs $out/opt/sumorobot-manager/main.py
wrapPythonProgramsIn "$out/opt" "$pythonPath"
wrapPythonProgramsIn "$out/opt" "''${pythonPath[*]}"
'';
meta = {