haskellPackages.melf: don't attempt to run incomplete test suite

Hackage tarball is missing necessary test data.
This commit is contained in:
sternenseemann 2021-11-21 22:50:06 +01:00
parent a86917fe5e
commit 57017e5352

View file

@ -110,6 +110,10 @@ self: super: {
buildDepends = [ pkgs.qt5.wrapQtAppsHook ];
}) super.qtah-cpp-qt5;
# Missing test data
# https://github.com/aleksey-makarov/melf/issues/1
melf = dontCheck super.melf;
# The Haddock phase fails for one reason or another.
deepseq-magic = dontHaddock super.deepseq-magic;
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1