haskellPackages.jacinda: disable tests only on x86_64-darwin

This commit is contained in:
Ellie Hermaszewska 2022-05-04 10:23:39 +08:00
parent 3a16467909
commit 6a8a22133f
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A

View file

@ -296,4 +296,7 @@ self: super: ({
# tests appear to be failing to link or something:
# https://hydra.nixos.org/build/174540882/nixlog/9
regex-rure = dontCheck super.regex-rure;
# same
# https://hydra.nixos.org/build/174540882/nixlog/9
jacinda = dontCheck super.jacinda;
})