haskellPackages.reflection: disable test suite on darwin

The test suite crashes with a memory access violation or similar, seems
like a possible RTS bug, reported to reflection upstream for now.
This commit is contained in:
sternenseemann 2022-02-26 00:40:23 +01:00
parent 2460c8b1a5
commit 028b0da11b

View file

@ -282,6 +282,10 @@ self: super: ({
'' + drv.postPatch or "";
}) super.foldl;
# Strange crash in test suite
# https://github.com/ekmett/reflection/issues/51
reflection = dontCheck super.reflection;
} // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin
# https://github.com/fpco/unliftio/issues/87