aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:36:10 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:53:16 +0300
commitf883bc03a4e9f430794028514dbc81419cb439e1 (patch)
tree82d3936f9a870270d6599df758c34dc3b94c2e81 /pkgs/tools/bluetooth
parentfe0f39113e509a7d934d1c10a763cd0ec85a7a50 (diff)
treewide: Fix output references to libpulseaudio
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index 7edf2ac3e89..6a668f77794 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
++ lib.optional withPulseAudio libpulseaudio;
postPatch = lib.optionalString withPulseAudio ''
- sed -i 's,CDLL(",CDLL("${libpulseaudio}/lib/,g' blueman/main/PulseAudioUtils.py
+ sed -i 's,CDLL(",CDLL("${libpulseaudio.out}/lib/,g' blueman/main/PulseAudioUtils.py
'';
pythonPath = with pythonPackages; [ dbus-python pygobject3 ];