mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
haskellPackages.orbits: disable doctest on aarch64
aarch64 doctests fail in general due to a GHC bug
This commit is contained in:
parent
a9a4eb18b1
commit
34de748dbf
@ -86,6 +86,7 @@ self: super: {
|
||||
yesod-paginator = dontCheck super.yesod-paginator;
|
||||
grammatical-parsers = dontCheck super.grammatical-parsers;
|
||||
construct = dontCheck super.construct;
|
||||
orbits = dontCheck super.orbits;
|
||||
|
||||
# https://github.com/ekmett/half/issues/35
|
||||
half = dontCheck super.half;
|
||||
|
Loading…
Reference in New Issue
Block a user