mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 02:28:40 +00:00
OVMF: mark broken on Darwin
https://hydra.nixos.org/build/241925714/nixlog/2
This commit is contained in:
parent
db9b8f36df
commit
b0eed3a0ac
@ -118,5 +118,6 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
|
||||
license = lib.licenses.bsd2;
|
||||
inherit (edk2.meta) platforms;
|
||||
maintainers = with lib.maintainers; [ adamcstephens raitobezarius ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user