flake.lock: update
This commit is contained in:
parent
39bde5a9b3
commit
a4f914ef2b
4 changed files with 133 additions and 129 deletions
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
src,
|
||||
libiconv,
|
||||
rocksdb,
|
||||
darwin,
|
||||
rustPlatform,
|
||||
}:
|
||||
let
|
||||
|
@ -17,17 +13,10 @@ rustPlatform.buildRustPackage {
|
|||
inherit src;
|
||||
strictDeps = true;
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-wESDxtKRMm/jyCr4kc20UuHGcE2s+OCMjfL+l1XihnA=";
|
||||
cargoLock.lockFile = "${src}/Cargo.lock";
|
||||
|
||||
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
libiconv
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
# Use system RocksDB
|
||||
ROCKSDB_INCLUDE_DIR = "${rocksdb}/include";
|
||||
ROCKSDB_LIB_DIR = "${rocksdb}/lib";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue