blockbook: mark as broken

Co-authored-by: 1000101 <b1000101@pm.me>
This commit is contained in:
Pavol Rusnak 2021-05-17 17:14:43 +02:00
parent 9b92a81723
commit 35dcb0fe16
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -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;
};
}