pince: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:08 +01:00
parent 978cba7173
commit 27017db745
+1 -1
View File
@@ -164,7 +164,7 @@ python3Packages.buildPythonApplication rec {
'';
postFixup = ''
wrapPythonProgramsIn "$out/lib/pince" "$out $pythonPath"
wrapPythonProgramsIn "$out/lib/pince" "$out ''${pythonPath[*]}"
'';
passthru = {