syslinux: Fix failed loading on gcc5

This commit is contained in:
William A. Kennington III
2015-07-06 17:49:07 -07:00
parent 9eae9dd811
commit 06e146b2ce
2 changed files with 28 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "03l5iifwlg1wyb4yh98i0b7pd4j55a1c9y74q1frs47a5dnrilr6";
};
patches = [ ./perl-deps.patch ];
# gcc5-fix should be in 6.04+, so remove if it fails to apply.
patches = [ ./perl-deps.patch ./gcc5-fix.patch ];
buildInputs = [ nasm perl libuuid ];