gnu: icecat: Build with PulseAudio support.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
  --enable-pulseaudio.
This commit is contained in:
Ludovic Courtès 2014-12-17 14:06:43 +01:00
parent 80db9915a0
commit 46a3e00b5b

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;;
;;; This file is part of GNU Guix.
@ -100,6 +100,7 @@ (define-public icecat
"--disable-debug"
"--disable-debug-symbols"
"--enable-pulseaudio"
"--disable-webrtc" ; webrtc fails to build
"--with-system-zlib"