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