summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-02-02 00:51:39 +0300
committerNikolay Amiantov <ab@fmap.me>2017-02-02 00:52:54 +0300
commit496476be4ed3d8e81213ccb7240fd91fdcf83e15 (patch)
tree1f26d1fd6d640b94aecde565dc7176a5cf216ebe /pkgs/os-specific/linux/bluez
parent8ef14f80e3d4d27644dec3d6d47152ae4b40ab07 (diff)
downloadnixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.tar
nixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.tar.gz
nixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.tar.bz2
nixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.tar.lz
nixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.tar.xz
nixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.tar.zst
nixlib-496476be4ed3d8e81213ccb7240fd91fdcf83e15.zip
bluez4: reintroduce to nixpkgs
It's still needed by KDE4. It was there, just unreferenced from all-packages.
Diffstat (limited to 'pkgs/os-specific/linux/bluez')
-rw-r--r--pkgs/os-specific/linux/bluez/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/bluez/default.nix b/pkgs/os-specific/linux/bluez/default.nix
index 9943a1de6d4b..d0a875516fa3 100644
--- a/pkgs/os-specific/linux/bluez/default.nix
+++ b/pkgs/os-specific/linux/bluez/default.nix
@@ -5,8 +5,8 @@ assert stdenv.isLinux;
 
 let
   inherit (pythonPackages) python;
-  pythonpath = "${pythonPackages.dbus}/lib/${python.libPrefix}/site-packages:"
-    + "${pythonPackages.pygobject}/lib/${python.libPrefix}/site-packages";
+  pythonpath = "${pythonPackages.dbus-python}/lib/${python.libPrefix}/site-packages:"
+    + "${pythonPackages.pygobject2}/lib/${python.libPrefix}/site-packages";
 in stdenv.mkDerivation rec {
   name = "bluez-4.101";