remove with
for nativeBuildInputs
It's going to get more involved and that `with` was too specific.
This commit is contained in:
parent
249fc7769d
commit
9cef03127b
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,9 @@
|
|||
builder =
|
||||
((crane.mkLib pkgs).overrideToolchain buildToolchain).buildPackage;
|
||||
|
||||
nativeBuildInputs = (with pkgs.rustPlatform; [
|
||||
bindgenHook
|
||||
]);
|
||||
nativeBuildInputs = [
|
||||
pkgs.rustPlatform.bindgenHook
|
||||
];
|
||||
|
||||
env = {
|
||||
ROCKSDB_INCLUDE_DIR = "${pkgs.rocksdb}/include";
|
||||
|
|
Loading…
Reference in a new issue