remove with for nativeBuildInputs
It's going to get more involved and that `with` was too specific.
This commit is contained in:
@@ -60,9 +60,9 @@
|
|||||||
builder =
|
builder =
|
||||||
((crane.mkLib pkgs).overrideToolchain buildToolchain).buildPackage;
|
((crane.mkLib pkgs).overrideToolchain buildToolchain).buildPackage;
|
||||||
|
|
||||||
nativeBuildInputs = (with pkgs.rustPlatform; [
|
nativeBuildInputs = [
|
||||||
bindgenHook
|
pkgs.rustPlatform.bindgenHook
|
||||||
]);
|
];
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
ROCKSDB_INCLUDE_DIR = "${pkgs.rocksdb}/include";
|
ROCKSDB_INCLUDE_DIR = "${pkgs.rocksdb}/include";
|
||||||
|
|||||||
Reference in New Issue
Block a user