about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-09-25 15:37:56 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-09-25 16:11:57 +0200
commit799c1218cd31e9d16d3ff36d5ab0208c26250944 (patch)
treeecf36a2c88495e3c23e03d478723af70290164d6
parent60aaced9a0de31c3dd408732c1a848f5e096e5c0 (diff)
downloadnixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.tar
nixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.tar.gz
nixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.tar.bz2
nixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.tar.lz
nixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.tar.xz
nixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.tar.zst
nixlib-799c1218cd31e9d16d3ff36d5ab0208c26250944.zip
tor-browser-bundle-bin: default to dmix
To support multiple playback streams
-rw-r--r--pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix2
1 files changed, 1 insertions, 1 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 28cc273c679c..29a73beeec8f 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -349,7 +349,7 @@ stdenv.mkDerivation rec {
       PULSE_SERVER="\''${PULSE_SERVER:-}" \
       PULSE_COOKIE="\''${PULSE_COOKIE:-}" \
       \
-      APULSE_PLAYBACK_DEVICE="\''${APULSE_PLAYBACK_DEVICE:-plughw:0,0}" \
+      APULSE_PLAYBACK_DEVICE="\''${APULSE_PLAYBACK_DEVICE:-plug:dmix}" \
       \
       TOR_SKIP_LAUNCH="\''${TOR_SKIP_LAUNCH:-}" \
       TOR_CONTROL_PORT="\''${TOR_CONTROL_PORT:-}" \