about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/blueman/default.nix
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo@mailbox.org>2016-12-04 15:14:06 +0100
committerGitHub <noreply@github.com>2016-12-04 15:14:06 +0100
commit09fac98bf0cadc2ae81d4366b8680645dda450e1 (patch)
treee255d381362b02f3077dd1e98756d40c5ca7986f /pkgs/tools/bluetooth/blueman/default.nix
parentc09e043d531ba693b881598e37621a06d592767a (diff)
downloadnixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.tar
nixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.tar.gz
nixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.tar.bz2
nixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.tar.lz
nixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.tar.xz
nixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.tar.zst
nixlib-09fac98bf0cadc2ae81d4366b8680645dda450e1.zip
blueman: use "with" expression for variable
Diffstat (limited to 'pkgs/tools/bluetooth/blueman/default.nix')
-rw-r--r--pkgs/tools/bluetooth/blueman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix
index 7af5f941b28b..1c1085ff8146 100644
--- a/pkgs/tools/bluetooth/blueman/default.nix
+++ b/pkgs/tools/bluetooth/blueman/default.nix
@@ -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 ];