Merge pull request #230728 from figsoda/cargo-raze

cargo-raze: fix build on darwin
This commit is contained in:
Weijia Wang 2023-05-09 13:16:23 +03:00 committed by GitHub
commit 0bd1c26517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";