* Firefox 1.0rc1.

svn path=/nixpkgs/trunk/; revision=1664
This commit is contained in:
Eelco Dolstra 2004-11-03 16:27:38 +00:00
parent 836d453886
commit 8961308a07

View File

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