0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pulseaudio: Revert to regular style

Also, the NixOS module uses pulseaudioLight in order to prevent
excessive dependency bloat.
This commit is contained in:
Eelco Dolstra 2015-06-04 12:57:12 +02:00
parent f08c8bc752
commit f1d465f429
3 changed files with 86 additions and 170 deletions

View file

@ -89,12 +89,12 @@ in {
package = mkOption {
type = types.package;
default = pulseaudioFull;
default = pulseaudioLight;
example = literalExample "pkgs.pulseaudioFull";
description = ''
The PulseAudio derivation to use. This can be used to disable
features (such as JACK support, Bluetooth) that are enabled in the
pulseaudioFull package in Nixpkgs.
The PulseAudio derivation to use. This can be used to enable
features (such as JACK support, Bluetooth) via the
<literal>pulseaudioFull</literal> package.
'';
};