pokete: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:08 +01:00
parent 27017db745
commit 4a5c266019
+1 -1
View File
@@ -37,7 +37,7 @@ python3.pkgs.buildPythonApplication rec {
'';
postFixup = ''
wrapPythonProgramsIn $out/share/pokete "$pythonPath"
wrapPythonProgramsIn $out/share/pokete "''${pythonPath[*]}"
'';
passthru.tests = {