Loading pkgs/by-name/du/dufs/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ installShellFiles ]; # FIXME: checkPhase on darwin will leave some zombie spawn processes # see https://github.com/NixOS/nixpkgs/issues/205620 doCheck = !stdenv.hostPlatform.isDarwin; __darwinAllowLocalNetworking = true; checkFlags = [ # tests depend on network interface, may fail with virtual IPs. "--skip=validate_printed_urls" Loading Loading
pkgs/by-name/du/dufs/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ installShellFiles ]; # FIXME: checkPhase on darwin will leave some zombie spawn processes # see https://github.com/NixOS/nixpkgs/issues/205620 doCheck = !stdenv.hostPlatform.isDarwin; __darwinAllowLocalNetworking = true; checkFlags = [ # tests depend on network interface, may fail with virtual IPs. "--skip=validate_printed_urls" Loading