gnome-tweaks: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:06 +01:00
parent 13e4a3afae
commit b84edca4c5
+1 -1
View File
@@ -79,7 +79,7 @@ python3Packages.buildPythonApplication rec {
'';
postFixup = ''
wrapPythonProgramsIn "$out/libexec" "$out $pythonPath"
wrapPythonProgramsIn "$out/libexec" "$out ''${pythonPath[*]}"
'';
passthru = {