dufs: re-enable darwin tests again (#423884)

This commit is contained in:
Wolfgang Walther 2025-07-10 08:18:12 +00:00 committed by GitHub
commit f7ae455012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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