blockbook: Remove aarch64 from platforms
This commit is contained in:
parent
cdb4c08d98
commit
00b904305c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue