svn path=/nixpkgs/trunk/; revision=774
This commit is contained in:
Eelco Dolstra 2004-02-10 18:32:42 +00:00
parent ecbf66674f
commit 73049cea22
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
buildinputs="$pkgconfig $gtk $perl $zip $libIDL"
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
tar xvfj $src || exit 1
cd mozilla || exit 1
cat > .mozconfig <<EOF

View file

@ -7,13 +7,13 @@ assert !isNull pkgconfig && !isNull gtk && !isNull perl
assert libIDL.glib == gtk.glib;
derivation {
name = "MozillaFirebird-0.7";
name = "firefox-0.8";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.mozilla.org/pub/mozilla.org/firebird/releases/0.7/MozillaFirebird-source-0.7.tar.gz;
md5 = "35112566a3dca5bdf363972056afc462";
url = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.8/firefox-source-0.8.tar.bz2;
md5 = "cdc85152f4219bf3e3f1a8dc46e04654";
};
stdenv = stdenv;

View file

@ -576,7 +576,7 @@
gtk = gtk1;
};
firebird = (import ../applications/networking/browsers/firebird) {
firefox = (import ../applications/networking/browsers/firefox) {
inherit fetchurl stdenv pkgconfig gtk perl zip libIDL;
};

View file

@ -34,7 +34,7 @@ let {
pkgs.subversion
pkgs.pan
pkgs.sylpheed
pkgs.firebird
pkgs.firefox
pkgs.MPlayer
pkgs.MPlayerPlugin
pkgs.vlc