provide pulseaudioFull and set it as default to hardware.pulseaudio.package
This commit is contained in:
parent
e823c123a8
commit
cc8e4f6814
@ -80,12 +80,12 @@ in {
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pulseaudio;
|
default = pulseaudioFull;
|
||||||
example = literalExample "pulseaudio.override { jackaudioSupport = true; }";
|
example = literalExample "pulseaudioFull";
|
||||||
description = ''
|
description = ''
|
||||||
The PulseAudio derivation to use. This can be used to enable
|
The PulseAudio derivation to use. This can be used to disable
|
||||||
features (such as JACK support) that are not enabled in the
|
features (such as JACK support, Bluetooth) that are enabled in the
|
||||||
default PulseAudio in Nixpkgs.
|
pulseaudioFull package in Nixpkgs.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -6845,6 +6845,12 @@ let
|
|||||||
bluez = null;
|
bluez = null;
|
||||||
avahi = null;
|
avahi = null;
|
||||||
};
|
};
|
||||||
|
pulseaudioFull = pulseaudio.override {
|
||||||
|
bluez = bluez5;
|
||||||
|
avahi = avahi;
|
||||||
|
jackaudioSupport = true;
|
||||||
|
x11Support = true;
|
||||||
|
};
|
||||||
|
|
||||||
tomcat_connectors = callPackage ../servers/http/apache-modules/tomcat-connectors { };
|
tomcat_connectors = callPackage ../servers/http/apache-modules/tomcat-connectors { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user