about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/blueman/default.nix
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2011-09-01 10:03:01 +0000
committerDavid Guibert <david.guibert@gmail.com>2011-09-01 10:03:01 +0000
commit754fb9cc29e766c5c5e99695975fcebe3f1c55fa (patch)
treeeac9ddacffb0c74e087d177c8a4bae4ea9dfc656 /pkgs/tools/bluetooth/blueman/default.nix
parente7418b271cacb1add80c4f05308361991a661dc3 (diff)
downloadnixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.tar
nixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.tar.gz
nixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.tar.bz2
nixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.tar.lz
nixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.tar.xz
nixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.tar.zst
nixlib-754fb9cc29e766c5c5e99695975fcebe3f1c55fa.zip
make blueman create the audio sink/source via pulse
svn path=/nixpkgs/trunk/; revision=28953
Diffstat (limited to 'pkgs/tools/bluetooth/blueman/default.nix')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index bbc2f0b48784..095337d12510 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