haskell-MissingH: disable test suite to avoid depending on broken testpack
This commit is contained in:
parent
1d3ef2fef8
commit
10e338263d
@ -798,4 +798,8 @@ self: super: {
|
||||
# GNUTLS 3.4 causes linker errors: http://hydra.cryp.to/build/839563/nixlog/2/raw
|
||||
gnutls = super.gnutls.override { gnutls = pkgs.gnutls33; };
|
||||
|
||||
# Won't compile with recent versions of QuickCheck.
|
||||
testpack = markBroken super.testpack;
|
||||
MissingH = dontCheck super.MissingH;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user