mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
* Make Firefox 3.6 the default.
svn path=/nixpkgs/branches/x-updates/; revision=22653
This commit is contained in:
parent
0695a9707c
commit
fa38234d64
@ -7961,9 +7961,9 @@ let
|
||||
inherit (xlibs) libXinerama;
|
||||
};
|
||||
|
||||
firefox = firefox35;
|
||||
firefox = firefox36;
|
||||
|
||||
firefoxWrapper = firefox35Wrapper;
|
||||
firefoxWrapper = firefox36Wrapper;
|
||||
|
||||
firefox35Pkgs = import ../applications/networking/browsers/firefox/3.5.nix {
|
||||
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo
|
||||
|
Loading…
Reference in New Issue
Block a user