mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
bomi: build with PulseAudio support by default
This commit is contained in:
parent
ab7d2f7f39
commit
e2f0e08b02
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user