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
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, pulseaudio
{ stdenv, fetchurl, pkgconfig, libpulseaudio
, gtk2, libnotify
, keybinder, xfconf
}:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
buildInputs =
[ pulseaudio gtk2
[ libpulseaudio gtk2
keybinder xfconf libnotify
];