soapysdr: fix wrapper arguments escaping
This commit is contained in:
parent
5f3016cde8
commit
6d230e4e0a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in stdenv.mkDerivation {
|
|||
done
|
||||
# Needed for at least the remote plugin server
|
||||
for file in $out/bin/*; do
|
||||
wrapProgram "$file" --prefix SOAPY_SDR_PLUGIN_PATH : ${extraPackagesSearchPath}
|
||||
wrapProgram "$file" --prefix SOAPY_SDR_PLUGIN_PATH : ${lib.escapeShellArg extraPackagesSearchPath}
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue