(temporarily) comment pulseaudio extraModules not available in current

definitions

… for some reasons I do not have the time to understand yet.
This commit is contained in:
Pierre Martin
2019-02-28 07:00:41 +01:00
parent 906934e79a
commit bcb529f2b3

View File

@@ -98,7 +98,7 @@ local-data: "test. 10800 IN A 172.10.0.10"
# NixOS allows either a lightweight build (default) or full build of PulseAudio to be installed. # NixOS allows either a lightweight build (default) or full build of PulseAudio to be installed.
# Only the full build has Bluetooth support, so it must be selected here. # Only the full build has Bluetooth support, so it must be selected here.
package = pkgs.pulseaudioFull; package = pkgs.pulseaudioFull;
extraModules = [ pkgs.pulseaudio-modules-bt ]; # extraModules = [ pkgs.pulseaudio-modules-bt ];
}; };
# Enable the X11 windowing system. # Enable the X11 windowing system.