qboot: 20150603 -> 20170330, fix build (#47364)
Switch back to original upstream project which is more recent than the fork we used.
This commit is contained in:
@@ -13394,7 +13394,7 @@ with pkgs;
|
||||
softether_4_25 = callPackage ../servers/softether/4.25.nix { };
|
||||
softether = softether_4_25;
|
||||
|
||||
qboot = callPackage ../applications/virtualization/qboot { stdenv = stdenv_32bit; };
|
||||
qboot = pkgsi686Linux.callPackage ../applications/virtualization/qboot { };
|
||||
|
||||
OVMF = callPackage ../applications/virtualization/OVMF { seabios = null; openssl = null; };
|
||||
OVMF-CSM = OVMF.override { openssl = null; };
|
||||
|
||||
Reference in New Issue
Block a user