blueman: move defaults to package file
This commit is contained in:
parent
be40fe7ae5
commit
1b2c28b0ee
|
@ -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
|
, obex_data_server, xdg_utils, libnotify, dnsmasq, dhcp
|
||||||
, hicolor-icon-theme, librsvg, wrapGAppsHook, gobject-introspection
|
, hicolor-icon-theme, librsvg, wrapGAppsHook, gobject-introspection
|
||||||
, withPulseAudio ? true, libpulseaudio }:
|
, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonPackages = python3Packages;
|
pythonPackages = python3Packages;
|
||||||
|
|
|
@ -1762,9 +1762,7 @@ in
|
||||||
inherit (python27Packages) pillow;
|
inherit (python27Packages) pillow;
|
||||||
};
|
};
|
||||||
|
|
||||||
blueman = callPackage ../tools/bluetooth/blueman {
|
blueman = callPackage ../tools/bluetooth/blueman { };
|
||||||
withPulseAudio = config.pulseaudio or true;
|
|
||||||
};
|
|
||||||
|
|
||||||
bmrsa = callPackage ../tools/security/bmrsa/11.nix { };
|
bmrsa = callPackage ../tools/security/bmrsa/11.nix { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue