Commit e70bc936 authored by Julian Stecklina's avatar Julian Stecklina
Browse files

virtualbox: build BIOS from alternate sources

... to avoid depending on open-watcom-bin which has a habit of
breaking.
parent 7111740c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {