3.20 needs different patch

svn path=/nixpkgs/trunk/; revision=6298
This commit is contained in:
Armijn Hemel
2006-08-28 21:53:39 +00:00
parent 9b3c21b9a4
commit e142de356a
3 changed files with 41 additions and 1 deletions
@@ -1,12 +0,0 @@
{stdenv, fetchurl, nasm, perl}:
stdenv.mkDerivation {
name = "syslinux-3.11";
builder = ./builder.sh;
src = fetchurl {
url = http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/syslinux-3.11.tar.bz2;
md5 = "513ff71287a4397d507879a1a836c2e8";
};
buildInputs = [nasm perl];
patches = [./syslinux-installpath.patch];
}