mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mumble: pin to Qt 5.6
This commit is contained in:
parent
a7abe7e451
commit
152e808b44
1 changed files with 1 additions and 1 deletions
|
@ -14660,7 +14660,7 @@ with pkgs;
|
|||
avahi = avahi.override {
|
||||
withLibdnssdCompat = true;
|
||||
};
|
||||
qt5 = qt55; # Mumble doesn't work with newer Qt versions.
|
||||
qt5 = qt56; # Mumble doesn't work with Qt > 5.5
|
||||
jackSupport = config.mumble.jackSupport or false;
|
||||
speechdSupport = config.mumble.speechdSupport or false;
|
||||
pulseSupport = config.pulseaudio or false;
|
||||
|
|
Loading…
Reference in a new issue