mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
blockbook: mark as broken
Co-authored-by: 1000101 <b1000101@pm.me>
This commit is contained in:
parent
9b92a81723
commit
35dcb0fe16
@ -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