blockbook: mark as broken

Co-authored-by: 1000101 <b1000101@pm.me>
wip/little-gl
Pavol Rusnak 3 years ago
parent 9b92a81723
commit 35dcb0fe16
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 3
      pkgs/servers/blockbook/default.nix

@ -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…
Cancel
Save