mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
Merge pull request #123374 from prusnak/blockbook-broken
blockbook: mark as broken
This commit is contained in:
commit
b6b90622e8
@ -65,5 +65,8 @@ buildGoModule rec {
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ mmahut _1000101 ];
|
||||
platforms = platforms.unix;
|
||||
# go dependency tecbot/gorocksdb requires rocksdb 5.x but nixpkgs has only rocksdb 6.x
|
||||
# issue in upstream can be tracked here: https://github.com/trezor/blockbook/issues/617
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user