blueman: use "with" expression for variable

This commit is contained in:
Lorenzo Manacorda 2016-12-04 15:14:06 +01:00 committed by GitHub
parent c09e043d53
commit 09fac98bf0

View File

@ -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 ];