forked from mirrors/nixpkgs
haskellPackages.Jikka: fix build on aarch64
Disable doctests as workaround for RTS bug.
This commit is contained in:
parent
11f7ebc1f7
commit
9cde21d4cd
|
@ -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…
Reference in a new issue