summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/blueman
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:19 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:19 +0000
commit1b2c28b0ee3f669d80a3769c23d74a9258ec9252 (patch)
treecf2a42210f860cf76b0eed7ae1c05f7868f4fcdc /pkgs/tools/bluetooth/blueman
parentbe40fe7ae508e6c701ad63b9a228b1e58c9fa8e1 (diff)
downloadnixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.tar
nixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.tar.gz
nixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.tar.bz2
nixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.tar.lz
nixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.tar.xz
nixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.tar.zst
nixpkgs-1b2c28b0ee3f669d80a3769c23d74a9258ec9252.zip
blueman: move defaults to package file
Diffstat (limited to 'pkgs/tools/bluetooth/blueman')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index 63affdde718..84a2375302f 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, lib, fetchurl, intltool, pkgconfig, python3Packages, bluez, gtk3
+{ config, stdenv, lib, fetchurl, intltool, pkgconfig, python3Packages, bluez, gtk3
 , obex_data_server, xdg_utils, libnotify, dnsmasq, dhcp
 , hicolor-icon-theme, librsvg, wrapGAppsHook, gobject-introspection
-, withPulseAudio ? true, libpulseaudio }:
+, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio }:
 
 let
   pythonPackages = python3Packages;