haskellPackages.sysinfo: Disable the test. Metrics are not collected properly on the sandbox of macOS.

This commit is contained in:
Junji Hashimoto
2025-01-01 16:16:21 +09:00
parent ca85403559
commit 0145fac03b
@@ -388,6 +388,8 @@ self: super: ({
http-reverse-proxy = dontCheck super.http-reverse-proxy;
servant-auth-server = dontCheck super.servant-auth-server;
sysinfo = dontCheck super.sysinfo;
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch64 { # aarch64-darwin
# Workarounds for justStaticExecutables on aarch64-darwin. Since dead code