all-packages.nix: fixed evaluation error in the 'mumble' attribute

svn path=/nixpkgs/trunk/; revision=29364
This commit is contained in:
Peter Simons 2011-09-19 20:20:17 +00:00
parent 0297229504
commit caf02e266f

View file

@ -6951,7 +6951,7 @@ let
mumble = callPackage ../applications/networking/mumble {
avahi = avahi.override {
withLibdnsCompat = true;
withLibdnssdCompat = true;
};
jackSupport = getConfig [ "mumble" "jackSupport" ] false;
};