* Make Firefox 12 the default.

svn path=/nixpkgs/trunk/; revision=33955
This commit is contained in:
Eelco Dolstra 2012-04-30 15:34:55 +00:00
parent 83f7c6988e
commit 930185a408

View File

@ -6745,7 +6745,7 @@ let
firefoxWrapper = wrapFirefox { browser = pkgs.firefox; };
firefoxPkgs = pkgs.firefox11Pkgs;
firefoxPkgs = pkgs.firefox12Pkgs;
firefox36Pkgs = callPackage ../applications/networking/browsers/firefox/3.6.nix {
inherit (gnome) libIDL;