summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-arm.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-05 08:29:07 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-05 08:30:22 +0200
commit11f7ebc1f77765be562b988dc91495327ad184dc (patch)
treea39d907026ca5efdcd9716faa962caa07484a02c /pkgs/development/haskell-modules/configuration-arm.nix
parent91ce9becb5c4e48e769a06c40c09fe41ef74da22 (diff)
downloadnixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.tar
nixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.tar.gz
nixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.tar.bz2
nixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.tar.lz
nixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.tar.xz
nixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.tar.zst
nixpkgs-11f7ebc1f77765be562b988dc91495327ad184dc.zip
haskellPackages.Chart-tests: fix build on aarch64
Another one for the no doctests list.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-arm.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-arm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix
index 550b976a5cf..e0c7735c2a0 100644
--- a/pkgs/development/haskell-modules/configuration-arm.nix
+++ b/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;