1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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:
Joachim F 2017-09-04 19:17:22 +00:00 committed by GitHub
commit dd74844fff

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