mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
virtualbox: Build with PulseAudio by default
If people want to disable support for PulseAudio they can still explicitly use pulseaudio = false in their nixpkgs config. But even with enabled PulseAudio support, it's still optional, enabled at runtime and can be turned off in VirtualBox settings as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Issue: #15005
This commit is contained in:
parent
562c7f56f0
commit
e18f4a2cf9
@ -15218,7 +15218,7 @@ in
|
||||
stdenv = stdenv_32bit;
|
||||
inherit (gnome) libIDL;
|
||||
enableExtensionPack = config.virtualbox.enableExtensionPack or false;
|
||||
pulseSupport = config.pulseaudio or false;
|
||||
pulseSupport = config.pulseaudio or true;
|
||||
};
|
||||
|
||||
virtualboxHardened = lowPrio (virtualbox.override {
|
||||
|
Loading…
Reference in New Issue
Block a user