hplip: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:25:00 +01:00
parent 79f998a7bc
commit 4ed2f7d408
+1 -1
View File
@@ -306,7 +306,7 @@ python3Packages.buildPythonApplication {
dontWrapGApps = true;
dontWrapQtApps = true;
preFixup = ''
buildPythonPath "$out $pythonPath"
buildPythonPath "$out ''${pythonPath[*]}"
for bin in $out/bin/*; do
py=$(readlink -m $bin)