mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Add explanation of using the bluezFull package in nixos documentation.
This commit is contained in:
parent
1cd8c81d50
commit
9039cc3f28
1 changed files with 6 additions and 1 deletions
|
@ -25,9 +25,14 @@ in {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.bluez;
|
default = pkgs.bluez;
|
||||||
defaultText = "pkgs.bluez";
|
defaultText = "pkgs.bluez";
|
||||||
example = "pkgs.bluez.override { enableMidi = true; }";
|
example = "pkgs.bluezFull";
|
||||||
description = ''
|
description = ''
|
||||||
Which BlueZ package to use.
|
Which BlueZ package to use.
|
||||||
|
|
||||||
|
<note><para>
|
||||||
|
Use the <literal>pkgs.bluezFull</literal> package to enable all
|
||||||
|
bluez plugins.
|
||||||
|
</para></note>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue