summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-09-03 19:55:42 +0000
committerGitHub <noreply@github.com>2017-09-03 19:55:42 +0000
commit97935829f6d271ab5cc91a299146cb6a1d903cc4 (patch)
tree6a489d43f9b3c9faf9a1d2ee881e8a037ccbdfc6
parent86696e07c7fff52ce15a898206b30a7d4c263207 (diff)
parentff1b18a4550212d056389f63d8db50c74bfd54bd (diff)
downloadnixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.tar
nixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.tar.gz
nixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.tar.bz2
nixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.tar.lz
nixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.tar.xz
nixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.tar.zst
nixlib-97935829f6d271ab5cc91a299146cb6a1d903cc4.zip
Merge pull request #28936 from xtruder/pkgs/tor-browser/pass_tor_skip_launch
tor-browser: allow to pass TOR_SKIP_LAUNCH
-rw-r--r--pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
index 980c90a91ee7..cb2b8e944fc8 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -299,6 +299,7 @@ stdenv.mkDerivation rec {
       \
       PULSE_SERVER="\''${PULSE_SERVER:-}" \
       PULSE_COOKIE="\''${PULSE_COOKIE:-}" \
+      TOR_SKIP_LAUNCH="\''${TOR_SKIP_LAUNCH:-}" \
       \
       GST_PLUGIN_SYSTEM_PATH="${optionalString mediaSupport gstPluginsPath}" \
       GST_REGISTRY="/dev/null" \