cargo-raze: fix build on darwin
This commit is contained in:
parent
cb0f64e45d
commit
2367aa7eab
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
]
|
]
|
||||||
++ lib.optional stdenv.isDarwin Security;
|
++ lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Generate Bazel BUILD files from Cargo dependencies";
|
description = "Generate Bazel BUILD files from Cargo dependencies";
|
||||||
homepage = "https://github.com/google/cargo-raze";
|
homepage = "https://github.com/google/cargo-raze";
|
||||||
|
|
Loading…
Reference in a new issue