haskell-MissingH: disable test suite to avoid depending on broken testpack

This commit is contained in:
Peter Simons 2015-05-15 19:39:45 +02:00
parent 1d3ef2fef8
commit 10e338263d

View file

@ -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;
}