Merge pull request #20898 from asymmetric/patch-1

blueman: use "with" expression for  variable
This commit is contained in:
Frederik Rietdijk 2016-12-04 15:25:21 +01:00 committed by GitHub
commit 4eff13b7e6

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