mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
17
pkgs/by-name/ov/OVMF-xen/package.nix
Normal file
17
pkgs/by-name/ov/OVMF-xen/package.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ lib, OVMF }:
|
||||
|
||||
(OVMF.override {
|
||||
projectDscPath = "OvmfPkg/OvmfXen.dsc";
|
||||
fwPrefix = "OVMF";
|
||||
metaPlatforms = builtins.filter (lib.hasPrefix "x86_64-") OVMF.meta.platforms;
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
__structuredAttrs = true;
|
||||
|
||||
pname = "OVMF-xen";
|
||||
|
||||
meta = oldAttrs.meta // {
|
||||
description = "Sample UEFI firmware for Xen guests";
|
||||
teams = [ lib.teams.xen ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user