about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrnhmjoj <micheleguerinirocco@me.com>2017-03-17 14:43:27 +0100
committerrnhmjoj <micheleguerinirocco@me.com>2017-03-17 14:43:27 +0100
commit918f33110425c1a82234b8718ea22753b932d6f6 (patch)
tree9bed5a2933d4a395f8a9efca85eb446db38cd313
parentb760bfd9f67cff5230fd2f952de8ff771f19176b (diff)
downloadnixlib-918f33110425c1a82234b8718ea22753b932d6f6.tar
nixlib-918f33110425c1a82234b8718ea22753b932d6f6.tar.gz
nixlib-918f33110425c1a82234b8718ea22753b932d6f6.tar.bz2
nixlib-918f33110425c1a82234b8718ea22753b932d6f6.tar.lz
nixlib-918f33110425c1a82234b8718ea22753b932d6f6.tar.xz
nixlib-918f33110425c1a82234b8718ea22753b932d6f6.tar.zst
nixlib-918f33110425c1a82234b8718ea22753b932d6f6.zip
firefox: reenable ALSA backend
-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 71e8d056ebe9..b991d647d0cc 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"