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