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;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ mmahut _1000101 ];
|
maintainers = with maintainers; [ mmahut _1000101 ];
|
||||||
platforms = platforms.unix;
|
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…
x
Reference in New Issue
Block a user