soapysdr: fix wrapper arguments escaping
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user