bluez4: reintroduce to nixpkgs

It's still needed by KDE4. It was there, just unreferenced from all-packages.
This commit is contained in:
Nikolay Amiantov
2017-02-02 00:52:54 +03:00
parent 8ef14f80e3
commit 496476be4e
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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";