cargo-raze: fix build on darwin

This commit is contained in:
figsoda 2023-05-08 12:34:31 -04:00
parent cb0f64e45d
commit 2367aa7eab

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