virtualbox: build BIOS from alternate sources

... to avoid depending on open-watcom-bin which has a habit of
breaking.
This commit is contained in:
Julian Stecklina
2024-11-01 17:28:07 +01:00
parent 7111740cfa
commit e70bc9367e
+5
View File
@@ -33072,6 +33072,11 @@ with pkgs;
# VirtualBox uses wsimport, which was removed after JDK 8.
jdk = jdk8;
# Opt out of building the guest BIOS sources with the problematic Open Watcom
# toolchain. People who need to build the BIOS from sources (for example to
# apply patches) can override this.
open-watcom-bin = null;
};
virtualboxKvm = lowPrio (virtualbox.override {