firefox: disable pulseaudio support on non-Linux by default
This commit is contained in:
parent
2403464720
commit
d2d80e6d30
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
## optional libraries
|
||||
|
||||
, alsaSupport ? stdenv.isLinux, alsaLib
|
||||
, pulseaudioSupport ? true, libpulseaudio
|
||||
, pulseaudioSupport ? stdenv.isLinux, libpulseaudio
|
||||
, ffmpegSupport ? true, gstreamer, gst-plugins-base
|
||||
, gtk3Support ? true, gtk2, gtk3, wrapGAppsHook
|
||||
, gssSupport ? true, kerberos
|
||||
|
|
Loading…
Reference in a new issue