haskellPackages.melf: don't attempt to run incomplete test suite
Hackage tarball is missing necessary test data.
This commit is contained in:
parent
a86917fe5e
commit
57017e5352
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue