3
0
Fork 0
forked from mirrors/nixpkgs

tor-browser: allow to pass TOR_CONTROL_PORT and TOR_SOCKS_PORT

This commit is contained in:
Jaka Hudoklin 2017-09-04 15:39:53 +02:00
parent ff1b18a455
commit 0347659542

View file

@ -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" \