haskellPackages.Chart-tests: fix build on aarch64

Another one for the no doctests list.
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent 91ce9becb5
commit 11f7ebc1f7
  1. 1
      pkgs/development/haskell-modules/configuration-arm.nix

@ -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;

Loading…
Cancel
Save