syslinux: fix #86846: build on i686

vcunat tried tests.boot.biosCdrom.i686-linux - after small local
modification to make that attribute even exist.  Installed file list
also looks fine in comparison with state before the breaking change;
hopefully it will work just fine.
This commit is contained in:
124 2020-05-05 10:21:56 +02:00 committed by Vladimír Čunát
parent 2147dd0648
commit 82dfd10035
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -70,7 +70,8 @@ stdenv.mkDerivation {
"DATADIR=$(out)/share"
"MANDIR=$(out)/share/man"
"PERL=perl"
];
]
++ stdenv.lib.optionals stdenv.hostPlatform.isi686 [ "bios" "efi32" ];
doCheck = false; # fails. some fail in a sandbox, others require qemu