haskellPackages.Jikka: fix build on aarch64

Disable doctests as workaround for RTS bug.
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent 11f7ebc1f7
commit 9cde21d4cd
  1. 1
      pkgs/development/haskell-modules/configuration-arm.nix

@ -46,6 +46,7 @@ self: super: {
BNFC = dontCheck super.BNFC;
C-structs = dontCheck super.C-structs;
Chart-tests = dontCheck super.Chart-tests;
Jikka = dontCheck super.Jikka;
accelerate = dontCheck super.accelerate;
ad = dontCheck super.ad;
autoapply = dontCheck super.autoapply;

Loading…
Cancel
Save