- add mktemp

- disable tiger, strategoxt, they don't work and give errors
- ftp.nl.kernel.org seems to have some problems, replaced with ftp.de.kernel.org
should be put back eventually

svn path=/nixpkgs/trunk/; revision=1215
This commit is contained in:
Armijn Hemel
2004-08-03 15:41:08 +00:00
parent 5868736733
commit f063d8c4db
6 changed files with 40 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "linux-headers-2.4.25-i386";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.4/linux-2.4.25.tar.bz2;
url = ftp://ftp.de.kernel.org/pub/linux/kernel/v2.4/linux-2.4.25.tar.bz2;
md5 = "5fc8e9f43fa44ac29ddf9a9980af57d8";
};
}