mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
limine: mark as broken on darwin
This commit is contained in:
parent
2ea9604b32
commit
26b947c9bc
@ -58,6 +58,7 @@ stdenv.mkDerivation {
|
|||||||
# The platforms on that the Liminine binary and helper tools can run, not
|
# The platforms on that the Liminine binary and helper tools can run, not
|
||||||
# necessarily the platforms for that bootable images can be created.
|
# necessarily the platforms for that bootable images can be created.
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
badPlatforms = platforms.darwin;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
maintainers._48cf
|
maintainers._48cf
|
||||||
maintainers.phip1611
|
maintainers.phip1611
|
||||||
|
Loading…
Reference in New Issue
Block a user