vector: format with nixfmt-rfc-style
This commit is contained in:
parent
12437967ee
commit
476d7434de
@ -52,13 +52,14 @@ rustPlatform.buildRustPackage {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs =
|
||||||
pkg-config
|
[
|
||||||
cmake
|
pkg-config
|
||||||
perl
|
cmake
|
||||||
git
|
perl
|
||||||
rustPlatform.bindgenHook
|
git
|
||||||
]
|
rustPlatform.bindgenHook
|
||||||
|
]
|
||||||
# Provides the mig command used by the build scripts
|
# Provides the mig command used by the build scripts
|
||||||
++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds;
|
++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds;
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user