tor-browser-bundle-bin: add missing control auth variables

See https://gitlab.torproject.org/legacy/trac/-/wikis/TorBrowserBundleSAQ
This commit is contained in:
Evgeny Kurnevsky 2023-03-27 22:13:11 +03:00
parent 2749074b2e
commit 98ef4e4fc9
No known key found for this signature in database
GPG Key ID: 8FF444E5412D750C

View File

@ -375,7 +375,11 @@ stdenv.mkDerivation rec {
APULSE_PLAYBACK_DEVICE="\''${APULSE_PLAYBACK_DEVICE:-plug:dmix}" \
\
TOR_SKIP_LAUNCH="\''${TOR_SKIP_LAUNCH:-}" \
TOR_CONTROL_HOST="\''${TOR_CONTROL_HOST:-}" \
TOR_CONTROL_PORT="\''${TOR_CONTROL_PORT:-}" \
TOR_CONTROL_COOKIE_AUTH_FILE="\''${TOR_CONTROL_COOKIE_AUTH_FILE:-}" \
TOR_CONTROL_PASSWD="\''${TOR_CONTROL_PASSWD:-}" \
TOR_SOCKS_HOST="\''${TOR_SOCKS_HOST:-}" \
TOR_SOCKS_PORT="\''${TOR_SOCKS_PORT:-}" \
\
FONTCONFIG_FILE="$FONTCONFIG_FILE" \