mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
bootil: Disable build on aarch64-linux
This commit is contained in:
parent
3487ff99da
commit
50189315f2
|
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||
license = stdenv.lib.licenses.free;
|
||||
maintainers = [ stdenv.lib.maintainers.abigailbuccaneer ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
# Build uses `-msse` and `-mfpmath=sse`
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue