From 754fb9cc29e766c5c5e99695975fcebe3f1c55fa Mon Sep 17 00:00:00 2001 From: David Guibert Date: Thu, 1 Sep 2011 10:03:01 +0000 Subject: make blueman create the audio sink/source via pulse svn path=/nixpkgs/trunk/; revision=28953 --- pkgs/tools/bluetooth/blueman/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/bluetooth') diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix index bbc2f0b48784f..095337d125107 100644 --- a/pkgs/tools/bluetooth/blueman/default.nix +++ b/pkgs/tools/bluetooth/blueman/default.nix @@ -1,6 +1,7 @@ { stdenv, fetchurl, pkgconfig, intltool, python, pyrex, pygobject, pygtk , notify, pythonDBus, bluez, glib, gtk, libstartup_notification , makeWrapper, xdg_utils, obex_data_server +, pulseaudio }: stdenv.mkDerivation rec { @@ -27,6 +28,7 @@ stdenv.mkDerivation rec { for i in $out/bin/* $out/libexec/*; do wrapProgram $i \ --set PYTHONPATH "$(toPythonPath $out):$PYTHONPATH" \ + --set LD_LIBRARY_PATH "${pulseaudio}/lib:" \ --prefix PATH : ${xdg_utils}/bin done -- cgit 1.4.1