Merge pull request #28990 from xtruder/pkgs/tor-browser/pass_tor_skip_launch
tor-browser: allow to pass TOR_CONTROL_PORT and TOR_SOCKS_PORT
This commit is contained in:
commit
dd74844fff
|
@ -299,7 +299,10 @@ stdenv.mkDerivation rec {
|
|||
\
|
||||
PULSE_SERVER="\''${PULSE_SERVER:-}" \
|
||||
PULSE_COOKIE="\''${PULSE_COOKIE:-}" \
|
||||
\
|
||||
TOR_SKIP_LAUNCH="\''${TOR_SKIP_LAUNCH:-}" \
|
||||
TOR_CONTROL_PORT="\''${TOR_CONTROL_PORT:-}" \
|
||||
TOR_SOCKS_PORT="\''${TOR_SOCKS_PORT:-}" \
|
||||
\
|
||||
GST_PLUGIN_SYSTEM_PATH="${optionalString mediaSupport gstPluginsPath}" \
|
||||
GST_REGISTRY="/dev/null" \
|
||||
|
|
Loading…
Reference in New Issue