bluez4: reintroduce to nixpkgs
It's still needed by KDE4. It was there, just unreferenced from all-packages.
This commit is contained in:
parent
8ef14f80e3
commit
496476be4e
@ -5,8 +5,8 @@ assert stdenv.isLinux;
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python;
|
inherit (pythonPackages) python;
|
||||||
pythonpath = "${pythonPackages.dbus}/lib/${python.libPrefix}/site-packages:"
|
pythonpath = "${pythonPackages.dbus-python}/lib/${python.libPrefix}/site-packages:"
|
||||||
+ "${pythonPackages.pygobject}/lib/${python.libPrefix}/site-packages";
|
+ "${pythonPackages.pygobject2}/lib/${python.libPrefix}/site-packages";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "bluez-4.101";
|
name = "bluez-4.101";
|
||||||
|
|
||||||
|
@ -10848,6 +10848,8 @@ with pkgs;
|
|||||||
|
|
||||||
bluez5 = callPackage ../os-specific/linux/bluez/bluez5.nix { };
|
bluez5 = callPackage ../os-specific/linux/bluez/bluez5.nix { };
|
||||||
|
|
||||||
|
bluez4 = callPackage ../os-specific/linux/bluez { };
|
||||||
|
|
||||||
# Needed for LibreOffice
|
# Needed for LibreOffice
|
||||||
bluez5_28 = lowPrio (callPackage ../os-specific/linux/bluez/bluez5_28.nix { });
|
bluez5_28 = lowPrio (callPackage ../os-specific/linux/bluez/bluez5_28.nix { });
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user