tor-browser: allow to pass TOR_CONTROL_PORT and TOR_SOCKS_PORT
This commit is contained in:
@@ -299,7 +299,10 @@ stdenv.mkDerivation rec {
|
|||||||
\
|
\
|
||||||
PULSE_SERVER="\''${PULSE_SERVER:-}" \
|
PULSE_SERVER="\''${PULSE_SERVER:-}" \
|
||||||
PULSE_COOKIE="\''${PULSE_COOKIE:-}" \
|
PULSE_COOKIE="\''${PULSE_COOKIE:-}" \
|
||||||
|
\
|
||||||
TOR_SKIP_LAUNCH="\''${TOR_SKIP_LAUNCH:-}" \
|
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_PLUGIN_SYSTEM_PATH="${optionalString mediaSupport gstPluginsPath}" \
|
||||||
GST_REGISTRY="/dev/null" \
|
GST_REGISTRY="/dev/null" \
|
||||||
|
|||||||
Reference in New Issue
Block a user