new version of syslinux, 3.10 already fixed gcc 4 fixes...
svn path=/nixpkgs/trunk/; revision=5503
This commit is contained in:
parent
3042581b2a
commit
3be153c62c
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, fetchurl, nasm, perl}:
|
{stdenv, fetchurl, nasm, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "syslinux-3.09";
|
name = "syslinux-3.11";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/syslinux-3.09.tar.bz2;
|
url = http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.11.tar.bz2;
|
||||||
md5 = "dd403b15ef18bb0e5d78d3f552f822a5";
|
md5 = "513ff71287a4397d507879a1a836c2e8";
|
||||||
};
|
};
|
||||||
buildInputs = [nasm perl];
|
buildInputs = [nasm perl];
|
||||||
patches = [./syslinux-installpath.patch];
|
patches = [./syslinux-installpath.patch];
|
||||||
|
|
Loading…
Reference in New Issue