Commit 2367aa7e authored by figsoda's avatar figsoda
Browse files

cargo-raze: fix build on darwin

parent cb0f64e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";