haskellPackages.orbits: disable doctest on aarch64

aarch64 doctests fail in general due to a GHC bug
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent a9a4eb18b1
commit 34de748dbf
  1. 1
      pkgs/development/haskell-modules/configuration-arm.nix

@ -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…
Cancel
Save