vdr: fix wrapper arguments escaping

This commit is contained in:
Naïm Favier 2022-05-06 18:30:18 +02:00
parent 76f93323f2
commit 0b94145288
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

View File

@ -17,7 +17,7 @@ in symlinkJoin {
postBuild = ''
wrapProgram $out/bin/vdr \
--add-flags "-L $out/lib/vdr --localedir=$out/share/locale" \
--prefix XINE_PLUGIN_PATH ":" ${makeXinePluginPath requiredXinePlugins}
--prefix XINE_PLUGIN_PATH ":" ${lib.escapeShellArg (makeXinePluginPath requiredXinePlugins)}
'';
meta = with vdr.meta; {