nixos/pulseaudio: don't use dev output at runtime

This commit is contained in:
Thomas Tuegel
2016-04-20 10:01:06 -05:00
parent 2780894b1b
commit b3317a020e
+3 -3
View File
@@ -98,9 +98,9 @@ in {
package = mkOption { package = mkOption {
type = types.package; type = types.package;
default = pulseaudioLight; default = pulseaudioLight.out;
defaultText = "pkgs.pulseaudioLight"; defaultText = "pkgs.pulseaudioLight.out";
example = literalExample "pkgs.pulseaudioFull"; example = literalExample "pkgs.pulseaudioFull.out";
description = '' description = ''
The PulseAudio derivation to use. This can be used to enable The PulseAudio derivation to use. This can be used to enable
features (such as JACK support, Bluetooth) via the features (such as JACK support, Bluetooth) via the