1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskellPackages.Jikka: fix build on aarch64

Disable doctests as workaround for RTS bug.
This commit is contained in:
sternenseemann 2021-08-05 08:35:07 +02:00
parent 11f7ebc1f7
commit 9cde21d4cd

View file

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