3
0
Fork 0
forked from mirrors/nixpkgs

* Build Firefox 3 in the channel.

svn path=/nixpkgs/trunk/; revision=12378
This commit is contained in:
Eelco Dolstra 2008-07-18 10:41:27 +00:00
parent ee531abf6f
commit f1d9c0a852
2 changed files with 5 additions and 2 deletions

View file

@ -5921,7 +5921,9 @@ let pkgs = rec {
inherit fetchurl stdenv x11 imlib2 libjpeg libpng;
};
firefox = lowPrio (import ../applications/networking/browsers/firefox-2 {
firefox = firefox2;
firefox2 = lowPrio (import ../applications/networking/browsers/firefox-2 {
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;
inherit (gtkLibs) gtk;
inherit (gnome) libIDL;

View file

@ -49,7 +49,8 @@ let
feh
file
findutils
firefox
firefox2
firefox3
flex2533
gawk
gcc