pince: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -164,7 +164,7 @@ python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn "$out/lib/pince" "$out $pythonPath"
|
||||
wrapPythonProgramsIn "$out/lib/pince" "$out ''${pythonPath[*]}"
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user