me
/
guix
Archived
1
0
Fork 0

gnu: icecat: Build with PulseAudio support.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
  --enable-pulseaudio.
master
Ludovic Courtès 2014-12-17 14:06:43 +01:00
parent 80db9915a0
commit 46a3e00b5b
1 changed files with 2 additions and 1 deletions

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 @@
"--disable-debug"
"--disable-debug-symbols"
"--enable-pulseaudio"
"--disable-webrtc" ; webrtc fails to build
"--with-system-zlib"