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 bd08291 commit 10fafcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3067,4 +3067,8 @@ self: super: {
sha256 = "0m6gg0z6dc67rxijqycyza197365xf1p71s74a8p4pkc2m2yl6p3";
}) libtorch-ffi-with-dirs;

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

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

0 comments on commit 10fafcc

Please sign in to comment.