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:
parent
2147dd0648
commit
82dfd10035
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue