From 8d6499746489f84b073e1525cbd7603400fa04bb Mon Sep 17 00:00:00 2001 From: Monson Shao Date: Thu, 15 Dec 2022 16:14:44 +0800 Subject: dufs: skip checkPhase on darwin --- pkgs/servers/http/dufs/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/servers/http') diff --git a/pkgs/servers/http/dufs/default.nix b/pkgs/servers/http/dufs/default.nix index af02b7199610e..e7229a3d3a67f 100644 --- a/pkgs/servers/http/dufs/default.nix +++ b/pkgs/servers/http/dufs/default.nix @@ -23,6 +23,9 @@ rustPlatform.buildRustPackage rec { Security ]; + # FIXME: checkPhase on darwin will leave some zombie spawn processes + # see https://github.com/NixOS/nixpkgs/issues/205620 + doCheck = !stdenv.isDarwin; checkFlags = [ # tests depend on network interface, may fail with virtual IPs. "--skip=validate_printed_urls" -- cgit 1.4.1