dufs: skip checkPhase on darwin

This commit is contained in:
Monson Shao 2022-12-15 16:14:44 +08:00
parent 38358880b3
commit 8d64997464
No known key found for this signature in database
GPG key ID: 163271C707982C65

View file

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