1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bomi: build with PulseAudio support by default

This commit is contained in:
Nikolay Amiantov 2015-05-18 17:07:25 +03:00
parent ab7d2f7f39
commit e2f0e08b02

View file

@ -10471,7 +10471,7 @@ let
bomi = callPackage ../applications/video/bomi {
stdenv = overrideCC stdenv gcc49;
pulseSupport = config.pulseaudio or false;
pulseSupport = config.pulseaudio or true;
};
cmus = callPackage ../applications/audio/cmus { };