forked from mirrors/nixpkgs
haskellPackages.jacinda: disable tests only on x86_64-darwin
This commit is contained in:
parent
3a16467909
commit
6a8a22133f
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue