mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
blockbook: Remove aarch64 from platforms
This commit is contained in:
parent
cdb4c08d98
commit
00b904305c
@ -52,6 +52,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/trezor/blockbook";
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ mmahut maintainers."1000101" ];
|
||||
platforms = platforms.all;
|
||||
platforms = remove "aarch64-linux" platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user