blueman: use wrapGAppsHook
This commit is contained in:
parent
728b8ab483
commit
3dc109cbc2
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, intltool, pkgconfig, pythonPackages, bluez, polkit, gtk3
|
{ stdenv, lib, fetchurl, intltool, pkgconfig, pythonPackages, bluez, polkit, gtk3
|
||||||
, obex_data_server, xdg_utils, libnotify, dconf, gsettings_desktop_schemas, dnsmasq, dhcp
|
, obex_data_server, xdg_utils, libnotify, dnsmasq, dhcp
|
||||||
, hicolor_icon_theme, librsvg, wrapGAppsHook
|
, hicolor_icon_theme, librsvg, wrapGAppsHook
|
||||||
, withPulseAudio ? true, libpulseaudio }:
|
, withPulseAudio ? true, libpulseaudio }:
|
||||||
|
|
||||||
@ -17,8 +17,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ intltool pkgconfig pythonPackages.wrapPython pythonPackages.cython wrapGAppsHook ];
|
nativeBuildInputs = [ intltool pkgconfig pythonPackages.wrapPython pythonPackages.cython wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ bluez gtk3 pythonPackages.python libnotify dconf librsvg
|
buildInputs = [ bluez gtk3 pythonPackages.python libnotify librsvg hicolor_icon_theme ]
|
||||||
gsettings_desktop_schemas hicolor_icon_theme ]
|
|
||||||
++ pythonPath
|
++ pythonPath
|
||||||
++ lib.optional withPulseAudio libpulseaudio;
|
++ lib.optional withPulseAudio libpulseaudio;
|
||||||
|
|
||||||
@ -28,7 +27,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 pycairo ];
|
pythonPath = with pythonPackages; [ dbus-python pygobject3 pycairo ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ obex_data_server dconf ];
|
propagatedUserEnvPkgs = [ obex_data_server ];
|
||||||
|
|
||||||
configureFlags = [ (lib.enableFeature withPulseAudio "pulseaudio") ];
|
configureFlags = [ (lib.enableFeature withPulseAudio "pulseaudio") ];
|
||||||
|
|
||||||
|
@ -1138,7 +1138,6 @@ with pkgs;
|
|||||||
};
|
};
|
||||||
|
|
||||||
blueman = callPackage ../tools/bluetooth/blueman {
|
blueman = callPackage ../tools/bluetooth/blueman {
|
||||||
inherit (gnome3) dconf gsettings_desktop_schemas;
|
|
||||||
withPulseAudio = config.pulseaudio or true;
|
withPulseAudio = config.pulseaudio or true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user