haskellPackages.happy_1_19_12: Disable tests

This disable the tests for the same reason as `haskellPackages.happy`
(see the link in the associated comment).

`happy_1_19_12` is used specifically by GHCJS on `aarch64-darwin`,
which is why this additional `dontCheck` is required.
This commit is contained in:
Gabriella Gonzalez 2021-12-22 12:42:14 -08:00 committed by GitHub
parent c938684c3b
commit 21a3136d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ self: super: {
# Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
happy = dontCheck super.happy;
happy_1_19_12 = doDistribute (dontCheck super.happy_1_19_12);
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch64 {
# AARCH64-SPECIFIC OVERRIDES