mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Firefox 1.0.1.
svn path=/nixpkgs/trunk/; revision=2298
This commit is contained in:
parent
12c0a6351d
commit
afdac00409
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
# !!! assert libIDL.glib == gtk.glib;
|
||||
|
||||
(stdenv.mkDerivation {
|
||||
name = "firefox-1.0";
|
||||
name = "firefox-1.0.1";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/firefox-1.0-source.tar.bz2;
|
||||
md5 = "49c16a71f4de014ea471be81e46b1da8";
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/firefox-1.0.1-source.tar.bz2;
|
||||
md5 = "ebaea974fea9460ab7050fff76b41cb1";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
|
||||
|
|
Loading…
Reference in a new issue