libseccomp: mark bad platforms
taken from https://github.com/seccomp/libseccomp#supported-architectures
This commit is contained in:
parent
4a9188a0b7
commit
efd44a3a7a
@ -28,7 +28,11 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/seccomp/libseccomp";
|
homepage = "https://github.com/seccomp/libseccomp";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
badPlatforms = platforms.riscv;
|
badPlatforms = [
|
||||||
|
"alpha-linux"
|
||||||
|
"riscv64-linux" "riscv32-linux"
|
||||||
|
"sparc-linux" "sparc64-linux"
|
||||||
|
];
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user