chatty: fix wrapper arguments escaping
This commit is contained in:
parent
545a1eddcd
commit
b2a87aef36
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(
|
gappsWrapperArgs+=(
|
||||||
--prefix PURPLE_PLUGIN_PATH : ${pidgin.makePluginPath plugins}
|
--prefix PURPLE_PLUGIN_PATH : ${lib.escapeShellArg (pidgin.makePluginPath plugins)}
|
||||||
${lib.concatMapStringsSep " " (p: p.wrapArgs or "") plugins}
|
${lib.concatMapStringsSep " " (p: p.wrapArgs or "") plugins}
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user