haskell-doctest-prop: disable broken test suite

This commit is contained in:
Peter Simons 2015-05-03 20:34:10 +02:00
parent 6079bd61b5
commit 63efc2ee38

View file

@ -787,4 +787,7 @@ self: super: {
# https://github.com/ndmitchell/shake/issues/206
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin; });
# https://github.com/nushio3/doctest-prop/issues/1
doctest-prop = dontCheck super.doctest-prop;
}