mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
seabios: passthru attribute firmware
So that the caller can pick the exact location of the resulting BIOS.
This commit is contained in:
parent
525eebaa3d
commit
dd122c58b1
@ -89,6 +89,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
build-type = ___build-type;
|
||||
firmware = "${finalAttrs.finalPackage}/share/seabios/${biosfile}";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.seabios.org";
|
||||
description = "Open source implementation of a 16bit x86 BIOS";
|
||||
|
Loading…
Reference in New Issue
Block a user