blueman: use python3Packages
This commit is contained in:
parent
a6c7132abc
commit
0fd688a1a5
@ -1,9 +1,10 @@
|
|||||||
{ stdenv, lib, fetchurl, intltool, pkgconfig, pythonPackages, bluez, gtk3
|
{ 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, gobjectIntrospection
|
, hicolor-icon-theme, librsvg, wrapGAppsHook, gobjectIntrospection
|
||||||
, withPulseAudio ? true, libpulseaudio }:
|
, withPulseAudio ? true, libpulseaudio }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
pythonPackages = python3Packages;
|
||||||
binPath = lib.makeBinPath [ xdg_utils dnsmasq dhcp ];
|
binPath = lib.makeBinPath [ xdg_utils dnsmasq dhcp ];
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user