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:
parent
c938684c3b
commit
21a3136d25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user