open-fprintd: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user