mumble: pin to Qt 5.6

This commit is contained in:
Thomas Tuegel 2017-03-24 13:15:37 -05:00
parent a7abe7e451
commit 152e808b44
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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;