haskellPackages.math-functions: drop obsolete workaround on darwin

Upstream issue has been resolved.
This commit is contained in:
sternenseemann
2025-09-22 02:24:58 +02:00
parent 98830a9ae9
commit b44638878d

View File

@@ -36,10 +36,6 @@ self: super:
double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
# "erf table" test fails on Darwin
# https://github.com/bos/math-functions/issues/63
math-functions = dontCheck super.math-functions;
# darwin doesn't have sub-second resolution
# https://github.com/hspec/mockery/issues/11
mockery = overrideCabal (drv: {