xfce4-dockbarx-plugin: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
postFixup = ''
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
chmod +x $out/share/dockbarx/xfce4-panel-plug
|
||||
wrapPythonProgramsIn "$out/share/dockbarx" "$out $pythonPath"
|
||||
wrapPythonProgramsIn "$out/share/dockbarx" "$out ''${pythonPath[*]}"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user