surrealdb: pin older rocksdb
This commit is contained in:
parent
8f47d38ac8
commit
b2051317a8
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, openssl
|
, openssl
|
||||||
, rocksdb
|
, rocksdb_7_10
|
||||||
, testers
|
, testers
|
||||||
, surrealdb
|
, surrealdb
|
||||||
, SystemConfiguration
|
, SystemConfiguration
|
||||||
|
@ -32,8 +32,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
PROTOC = "${protobuf}/bin/protoc";
|
PROTOC = "${protobuf}/bin/protoc";
|
||||||
PROTOC_INCLUDE = "${protobuf}/include";
|
PROTOC_INCLUDE = "${protobuf}/include";
|
||||||
|
|
||||||
ROCKSDB_INCLUDE_DIR = "${rocksdb}/include";
|
ROCKSDB_INCLUDE_DIR = "${rocksdb_7_10}/include";
|
||||||
ROCKSDB_LIB_DIR = "${rocksdb}/lib";
|
ROCKSDB_LIB_DIR = "${rocksdb_7_10}/lib";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue