diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index da35496d82826..1c2a92638a1f0 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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; }