make blueman create the audio sink/source via pulse
svn path=/nixpkgs/trunk/; revision=28953
This commit is contained in:
parent
e7418b271c
commit
754fb9cc29
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, python, pyrex, pygobject, pygtk
|
{ stdenv, fetchurl, pkgconfig, intltool, python, pyrex, pygobject, pygtk
|
||||||
, notify, pythonDBus, bluez, glib, gtk, libstartup_notification
|
, notify, pythonDBus, bluez, glib, gtk, libstartup_notification
|
||||||
, makeWrapper, xdg_utils, obex_data_server
|
, makeWrapper, xdg_utils, obex_data_server
|
||||||
|
, pulseaudio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
for i in $out/bin/* $out/libexec/*; do
|
for i in $out/bin/* $out/libexec/*; do
|
||||||
wrapProgram $i \
|
wrapProgram $i \
|
||||||
--set PYTHONPATH "$(toPythonPath $out):$PYTHONPATH" \
|
--set PYTHONPATH "$(toPythonPath $out):$PYTHONPATH" \
|
||||||
|
--set LD_LIBRARY_PATH "${pulseaudio}/lib:" \
|
||||||
--prefix PATH : ${xdg_utils}/bin
|
--prefix PATH : ${xdg_utils}/bin
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user