virtualbox: build BIOS from alternate sources
... to avoid depending on open-watcom-bin which has a habit of breaking.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user