whoops, this file does not belong here

svn path=/nixpkgs/trunk/; revision=4117
This commit is contained in:
Armijn Hemel 2005-10-22 11:51:53 +00:00
parent 3430d3d8a3
commit 0d7780bd71

View File

@ -1,12 +0,0 @@
{stdenv, fetchurl, perl, zip, gtk}:
stdenv.mkDerivation {
name = "mozilla-1.7.12";
src = fetchurl {
url = http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.12/source/mozilla-1.7.12-source.tar.bz2;
md5 = "f1ad6adbbc0510eb76d352c94c801fac";
};
buildInputs = [perl zip gtk];
}