Skip to content

Commit 799c121

Browse files
committedSep 25, 2017
tor-browser-bundle-bin: default to dmix
To support multiple playback streams
1 parent 60aaced commit 799c121

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/browsers/tor-browser-bundle-bin

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ stdenv.mkDerivation rec {
349349
PULSE_SERVER="\''${PULSE_SERVER:-}" \
350350
PULSE_COOKIE="\''${PULSE_COOKIE:-}" \
351351
\
352-
APULSE_PLAYBACK_DEVICE="\''${APULSE_PLAYBACK_DEVICE:-plughw:0,0}" \
352+
APULSE_PLAYBACK_DEVICE="\''${APULSE_PLAYBACK_DEVICE:-plug:dmix}" \
353353
\
354354
TOR_SKIP_LAUNCH="\''${TOR_SKIP_LAUNCH:-}" \
355355
TOR_CONTROL_PORT="\''${TOR_CONTROL_PORT:-}" \

0 commit comments

Comments
 (0)
Please sign in to comment.