Merge pull request #230728 from figsoda/cargo-raze
cargo-raze: fix build on darwin
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user