mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #28936 from xtruder/pkgs/tor-browser/pass_tor_skip_launch
tor-browser: allow to pass TOR_SKIP_LAUNCH
This commit is contained in:
commit
97935829f6
|
@ -299,6 +299,7 @@ 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:-}" \
|
||||||
\
|
\
|
||||||
GST_PLUGIN_SYSTEM_PATH="${optionalString mediaSupport gstPluginsPath}" \
|
GST_PLUGIN_SYSTEM_PATH="${optionalString mediaSupport gstPluginsPath}" \
|
||||||
GST_REGISTRY="/dev/null" \
|
GST_REGISTRY="/dev/null" \
|
||||||
|
|
Loading…
Reference in a new issue