[bluezFull] add bluezFull package that enables all plugins
This PR adds the top-level `bluezFull` package. This `bluezFull` package enables all the plugins provided by the `bluez` package.
This commit is contained in:
parent
ac22b8db09
commit
1cd8c81d50
@ -14195,6 +14195,12 @@ in
|
||||
|
||||
bluez = bluez5;
|
||||
|
||||
bluezFull = bluez.override {
|
||||
enableWiimote = true;
|
||||
enableMidi = true;
|
||||
enableSixaxis = true;
|
||||
};
|
||||
|
||||
inherit (python3Packages) bedup;
|
||||
|
||||
bridge-utils = callPackage ../os-specific/linux/bridge-utils { };
|
||||
|
Loading…
Reference in New Issue
Block a user