libseccomp: mark unsupported on microblaze and m68k
This commit is contained in:
parent
752e3add07
commit
fcec8edc3f
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ stdenv.mkDerivation rec {
|
|||
badPlatforms = [
|
||||
"alpha-linux"
|
||||
"loongarch64-linux"
|
||||
"m68k-linux"
|
||||
"microblaze-linux"
|
||||
"microblazeel-linux"
|
||||
"riscv32-linux"
|
||||
"sparc-linux"
|
||||
"sparc64-linux"
|
||||
|
|
Loading…
Reference in a new issue