mumble: use the new avahi-compat derivation
This commit is contained in:
parent
6e802e3347
commit
812da4ba56
@ -18382,9 +18382,7 @@ in
|
||||
multimon-ng = callPackage ../applications/radio/multimon-ng { };
|
||||
|
||||
inherit (callPackages ../applications/networking/mumble {
|
||||
avahi = avahi.override {
|
||||
withLibdnssdCompat = true;
|
||||
};
|
||||
avahi = avahi-compat;
|
||||
jackSupport = config.mumble.jackSupport or false;
|
||||
speechdSupport = config.mumble.speechdSupport or false;
|
||||
pulseSupport = config.pulseaudio or false;
|
||||
@ -18392,9 +18390,7 @@ in
|
||||
}) mumble mumble_git murmur;
|
||||
|
||||
inherit (callPackages ../applications/networking/mumble {
|
||||
avahi = avahi.override {
|
||||
withLibdnssdCompat = true;
|
||||
};
|
||||
avahi = avahi-compat;
|
||||
jackSupport = config.mumble.jackSupport or false;
|
||||
speechdSupport = config.mumble.speechdSupport or false;
|
||||
pulseSupport = config.pulseaudio or false;
|
||||
|
Loading…
Reference in New Issue
Block a user