mininet: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:07 +01:00
parent 68db3ce1ad
commit e71719bc6c
+1 -1
View File
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
wrapPythonProgramsIn "$out/bin" "$py $pythonPath"
wrapPythonProgramsIn "$out/bin" "$py ''${pythonPath[*]}"
wrapProgram "$out/bin/mnexec" \
--prefix PATH : "${generatedPath}"
wrapProgram "$out/bin/mn" \