Use libpulseaudio instead of pulseaudio
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, which, pkgconfig
|
||||
, ocaml, ocamlPackages
|
||||
, libao, portaudio, alsaLib, pulseaudio, jack2
|
||||
, libao, portaudio, alsaLib, libpulseaudio, jack2
|
||||
, libsamplerate, libmad, taglib, lame, libogg
|
||||
, libvorbis, speex, libtheora, libopus, fdk_aac
|
||||
, faad2, flac, ladspaH, ffmpeg, frei0r, dssi
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs =
|
||||
[ which ocaml ocamlPackages.findlib pkgconfig
|
||||
libao portaudio alsaLib pulseaudio jack2
|
||||
libao portaudio alsaLib libpulseaudio jack2
|
||||
libsamplerate libmad taglib lame libogg
|
||||
libvorbis speex libtheora libopus fdk_aac
|
||||
faad2 flac ladspaH ffmpeg frei0r dssi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, pulseaudio, pkgconfig, gtk3, glibc, autoconf, automake, libnotify, libX11, xf86inputevdev }:
|
||||
{ stdenv, fetchgit, libpulseaudio, pkgconfig, gtk3, glibc, autoconf, automake, libnotify, libX11, xf86inputevdev }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pa-applet";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
gtk3 pulseaudio glibc pkgconfig automake autoconf libnotify libX11 xf86inputevdev
|
||||
gtk3 libpulseaudio glibc pkgconfig automake autoconf libnotify libX11 xf86inputevdev
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{stdenv, fetchFromGitHub, autoconf, automake, makeWrapper, pkgconfig
|
||||
, gnome3, avahi, gtk3, libnotify, pulseaudio, x11}:
|
||||
, gnome3, avahi, gtk3, libnotify, libpulseaudio, x11}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pasystray-0.5.2";
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ autoconf automake makeWrapper pkgconfig
|
||||
gnome3.defaultIconTheme
|
||||
avahi gtk3 libnotify pulseaudio x11 ];
|
||||
avahi gtk3 libnotify libpulseaudio x11 ];
|
||||
|
||||
preConfigure = ''
|
||||
aclocal
|
||||
|
||||
Reference in New Issue
Block a user