* Firefox 1.0rc2.

svn path=/nixpkgs/trunk/; revision=1702
This commit is contained in:
Eelco Dolstra 2004-11-05 15:51:16 +00:00
parent 60c13a4e71
commit 431d07a330

View file

@ -3,12 +3,12 @@
# !!! assert libIDL.glib == gtk.glib; # !!! assert libIDL.glib == gtk.glib;
(stdenv.mkDerivation { (stdenv.mkDerivation {
name = "firefox-1.0pre-rc1"; name = "firefox-1.0pre-rc2";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/firefox/releases/1.0rc1/firefox-1.0rc1-source.tar.bz2; url = ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/firefox/releases/1.0rc2/source/firefox-1.0rc2-source.tar.bz2;
md5 = "7a0411859fc5d5f647e211c24beaf94b"; md5 = "aab6ffe0e57de39b20d1c8ccef057171";
}; };
buildInputs = [pkgconfig gtk perl zip libIDL libXi]; buildInputs = [pkgconfig gtk perl zip libIDL libXi];