summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-03-20 14:59:32 +0100
committerGitHub <noreply@github.com>2017-03-20 14:59:32 +0100
commit8150455f6a3332ad5e2066240d7252cc5fb41995 (patch)
tree446e430741fc1c1bae561b4b0dd8b5386fe17bf0 /pkgs/applications/networking
parent0c1b6003462ae333032476e0e70b4acbfc9051f3 (diff)
parent918f33110425c1a82234b8718ea22753b932d6f6 (diff)
downloadnixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.tar
nixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.tar.gz
nixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.tar.bz2
nixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.tar.lz
nixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.tar.xz
nixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.tar.zst
nixlib-8150455f6a3332ad5e2066240d7252cc5fb41995.zip
Merge pull request #23989 from rnhmjoj/firefox-alsa
firefox: reenable ALSA backend
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/firefox/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/default.nix b/pkgs/applications/networking/browsers/firefox/default.nix
index 66004787542d..d44e11ec853b 100644
--- a/pkgs/applications/networking/browsers/firefox/default.nix
+++ b/pkgs/applications/networking/browsers/firefox/default.nix
@@ -61,6 +61,7 @@ common = { pname, version, sha512, updateScript }: stdenv.mkDerivation rec {
       "--with-system-libvpx"
       "--with-system-png" # needs APNG support
       "--with-system-icu"
+      "--enable-alsa"
       "--enable-system-ffi"
       "--enable-system-hunspell"
       "--enable-system-pixman"