* Rewrite all the kernel.org URLs to mirror://kernel/.

svn path=/nixpkgs/trunk/; revision=9202
This commit is contained in:
Eelco Dolstra
2007-08-27 13:59:40 +00:00
parent 544cb9cb83
commit d39fd2a578
15 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "syslinux-3.35";
src = fetchurl {
url = http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/syslinux-3.35.tar.bz2;
url = mirror://kernel/linux/utils/boot/syslinux/Old/syslinux-3.35.tar.bz2;
sha256 = "16kf2zhd0c4m3ai9xcls2y0ggvajhmzk1g6mv6jrv8nskkg6w0l6";
};
buildInputs = [nasm perl];