mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-14 21:46:29 +03:00
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 =
|
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";
|
||||||
|
|
Loading…
Reference in a new issue