all-packages.nix: fixed evaluation error in the 'mumble' attribute
svn path=/nixpkgs/trunk/; revision=29364
This commit is contained in:
parent
0297229504
commit
caf02e266f
@ -6951,7 +6951,7 @@ let
|
|||||||
|
|
||||||
mumble = callPackage ../applications/networking/mumble {
|
mumble = callPackage ../applications/networking/mumble {
|
||||||
avahi = avahi.override {
|
avahi = avahi.override {
|
||||||
withLibdnsCompat = true;
|
withLibdnssdCompat = true;
|
||||||
};
|
};
|
||||||
jackSupport = getConfig [ "mumble" "jackSupport" ] false;
|
jackSupport = getConfig [ "mumble" "jackSupport" ] false;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user