Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #230728 from figsoda/cargo-raze

cargo-raze: fix build on darwin

authored by Weijia Wang and committed by GitHub 0bd1c265 6a2200d3

+2
+2
pkgs/development/tools/rust/cargo-raze/default.nix
··· 31 31 ] 32 32 ++ lib.optional stdenv.isDarwin Security; 33 33 34 + __darwinAllowLocalNetworking = true; 35 + 34 36 meta = with lib; { 35 37 description = "Generate Bazel BUILD files from Cargo dependencies"; 36 38 homepage = "https://github.com/google/cargo-raze";