open-fprintd: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:07 +01:00
parent e7eb3f278b
commit dd12744557
+1 -1
View File
@@ -49,7 +49,7 @@ python3Packages.buildPythonPackage rec {
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
postFixup = ''
wrapPythonProgramsIn "$out/lib/open-fprintd" "$out $pythonPath"
wrapPythonProgramsIn "$out/lib/open-fprintd" "$out ''${pythonPath[*]}"
'';
meta = {