3
0
Fork 0
forked from mirrors/nixpkgs

polkadot: use system rocksdb

This commit is contained in:
André Silva 2023-01-24 10:10:14 +00:00
parent 5e77fe111d
commit 2fd344883d
No known key found for this signature in database
GPG key ID: 7C34FA12A023DC55

View file

@ -3,6 +3,7 @@
, lib
, llvmPackages
, protobuf
, rocksdb
, rustPlatform
, stdenv
, writeShellScriptBin
@ -45,6 +46,7 @@ rustPlatform.buildRustPackage rec {
'';
PROTOC = "${protobuf}/bin/protoc";
ROCKSDB_LIB_DIR = "${rocksdb}/lib";
# NOTE: We don't build the WASM runtimes since this would require a more
# complicated rust environment setup and this is only needed for developer