haskellPackages.Chart-tests: fix build on aarch64

Another one for the no doctests list.
This commit is contained in:
sternenseemann 2021-08-05 08:29:07 +02:00
parent 91ce9becb5
commit 11f7ebc1f7

View file

@ -45,6 +45,7 @@ self: super: {
# TODO: figure out if needed on aarch32 as well
BNFC = dontCheck super.BNFC;
C-structs = dontCheck super.C-structs;
Chart-tests = dontCheck super.Chart-tests;
accelerate = dontCheck super.accelerate;
ad = dontCheck super.ad;
autoapply = dontCheck super.autoapply;