blueman: use "with" expression for variable
This commit is contained in:
parent
c09e043d53
commit
09fac98bf0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
|
|||
sed -i 's,CDLL(",CDLL("${libpulseaudio.out}/lib/,g' blueman/main/PulseAudioUtils.py
|
||||
'';
|
||||
|
||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 pythonPackages.pycairo ];
|
||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 pycairo ];
|
||||
|
||||
propagatedUserEnvPkgs = [ obex_data_server dconf ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue