Use libpulseaudio instead of pulseaudio

This commit is contained in:
William A. Kennington III
2015-05-29 14:32:56 -07:00
parent cd52c04456
commit b07929b0a3
87 changed files with 184 additions and 194 deletions
@@ -5,7 +5,7 @@
, javaBindings ? false, jdk ? null
, pythonBindings ? false, python ? null
, enableExtensionPack ? false, requireFile ? null, patchelf ? null, fakeroot ? null
, pulseSupport ? false, pulseaudio ? null
, pulseSupport ? false, libpulseaudio ? null
, enableHardening ? false
}:
@@ -69,7 +69,7 @@ in stdenv.mkDerivation {
pkgconfig which libXmu nukeReferences ]
++ optional javaBindings jdk
++ optional pythonBindings python
++ optional pulseSupport pulseaudio;
++ optional pulseSupport libpulseaudio;
prePatch = ''
set -x