haskell-lzma-conduit: disable test suite to fix the build

Honestly, this package seems unmaintained, and we should probably
disable the build altogether.
This commit is contained in:
Peter Simons 2015-08-06 13:43:51 +02:00
parent 807c0c2029
commit efdaac847b

@ -917,4 +917,7 @@ self: super: {
SVGFonts = dontDistribute super.SVGFonts;
yesod-media-simple = dontDistribute super.yesod-media-simple;
# https://github.com/alphaHeavy/lzma-conduit/issues/5
lzma-conduit = dontCheck super.lzma-conduit;
}