Loading pkgs/by-name/du/dumbpipe/package.nix +8 −7 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ stdenv, fetchFromGitHub, rustPlatform, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -20,12 +19,14 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-uuY0nh4VHzyM7+cbgyycr5I3IjE0OeQ0eg12qVXe4BQ="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin ( with darwin.apple_sdk.frameworks; [ SystemConfiguration ] ); __darwinAllowLocalNetworking = true; # On Darwin, dumbpipe invokes CoreFoundation APIs that read ICU data from the # system. Ensure these paths are accessible in the sandbox to avoid segfaults # during checkPhase. sandboxProfile = '' (allow file-read* (subpath "/usr/share/icu")) ''; meta = with lib; { description = "Connect A to B - Send Data"; Loading Loading
pkgs/by-name/du/dumbpipe/package.nix +8 −7 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ stdenv, fetchFromGitHub, rustPlatform, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -20,12 +19,14 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-uuY0nh4VHzyM7+cbgyycr5I3IjE0OeQ0eg12qVXe4BQ="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin ( with darwin.apple_sdk.frameworks; [ SystemConfiguration ] ); __darwinAllowLocalNetworking = true; # On Darwin, dumbpipe invokes CoreFoundation APIs that read ICU data from the # system. Ensure these paths are accessible in the sandbox to avoid segfaults # during checkPhase. sandboxProfile = '' (allow file-read* (subpath "/usr/share/icu")) ''; meta = with lib; { description = "Connect A to B - Send Data"; Loading