forked from mirrors/nixpkgs
* Firefox 1.0.
svn path=/nixpkgs/trunk/; revision=1741
This commit is contained in:
parent
bb54094567
commit
6e7849e362
|
@ -3,12 +3,12 @@
|
|||
# !!! assert libIDL.glib == gtk.glib;
|
||||
|
||||
(stdenv.mkDerivation {
|
||||
name = "firefox-1.0pre-rc2";
|
||||
name = "firefox-1.0";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/firefox/releases/1.0rc2/source/firefox-1.0rc2-source.tar.bz2;
|
||||
md5 = "aab6ffe0e57de39b20d1c8ccef057171";
|
||||
url = ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/firefox/releases/1.0/source/firefox-1.0-source.tar.bz2;
|
||||
md5 = "49c16a71f4de014ea471be81e46b1da8";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
|
||||
|
|
Loading…
Reference in a new issue