mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
whoops, this file does not belong here
svn path=/nixpkgs/trunk/; revision=4117
This commit is contained in:
parent
3430d3d8a3
commit
0d7780bd71
@ -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];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user