Skip to content

Commit

Permalink
haskellPackages.sysinfo: Disable the test. Metrics are not collected …
Browse files Browse the repository at this point in the history
…properly on the sandbox of macOS.
  • Loading branch information
junjihashimoto committed Dec 28, 2024
1 parent c4786a3 commit ca8b8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1540,4 +1540,8 @@ self: super: builtins.intersectAttrs super {
version = "2.0.1.1";
sha256 = "0m6gg0z6dc67rxijqycyza197365xf1p71s74a8p4pkc2m2yl6p3";
}) libtorch-ffi-with-dirs;

sysinfo = overrideCabal (orig: {
doCheck = ! pkgs.stdenv.hostPlatform.isDarwin;
}) super.sysinfo;
}

0 comments on commit ca8b8a8

Please sign in to comment.