mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Firefox 1.0rc2.
svn path=/nixpkgs/trunk/; revision=1702
This commit is contained in:
parent
60c13a4e71
commit
431d07a330
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
# !!! assert libIDL.glib == gtk.glib;
|
||||
|
||||
(stdenv.mkDerivation {
|
||||
name = "firefox-1.0pre-rc1";
|
||||
name = "firefox-1.0pre-rc2";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/firefox/releases/1.0rc1/firefox-1.0rc1-source.tar.bz2;
|
||||
md5 = "7a0411859fc5d5f647e211c24beaf94b";
|
||||
url = ftp://ftp.eunet.ie/mirrors/ftp.mozilla.org/firefox/releases/1.0rc2/source/firefox-1.0rc2-source.tar.bz2;
|
||||
md5 = "aab6ffe0e57de39b20d1c8ccef057171";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
|
||||
|
|
Loading…
Reference in a new issue