haskellPackages.orbits: dont check

This commit is contained in:
maralorn 2023-06-28 00:29:56 +02:00
parent 3f10b97314
commit 90a520a348
No known key found for this signature in database

View file

@ -194,6 +194,9 @@ self: super: {
aeson_2_1_2_1
;
# 2023-06-28: Test error: https://hydra.nixos.org/build/225565149
orbits = dontCheck super.orbits;
# Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3
# https://github.com/haskell/statistics/issues/205
statistics = overrideCabal (drv: {