mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:37:42 +00:00
kexec-tools: mark unsupported on microblaze
This commit is contained in:
parent
163738d06f
commit
a91b30141f
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Tools related to the kexec Linux feature";
|
||||
platforms = platforms.linux;
|
||||
badPlatforms = [
|
||||
"microblaze-linux" "microblazeel-linux"
|
||||
"riscv64-linux" "riscv32-linux"
|
||||
"sparc-linux" "sparc64-linux"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user