forked from mirrors/nixpkgs
haskellPackages.melf: test suite can be executed from sdist now
This commit is contained in:
parent
bf782d932a
commit
88be19b8a0
|
@ -124,10 +124,6 @@ self: super: {
|
||||||
buildDepends = [ pkgs.qt5.wrapQtAppsHook ];
|
buildDepends = [ pkgs.qt5.wrapQtAppsHook ];
|
||||||
}) super.qtah-cpp-qt5;
|
}) 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.
|
# The Haddock phase fails for one reason or another.
|
||||||
deepseq-magic = dontHaddock super.deepseq-magic;
|
deepseq-magic = dontHaddock super.deepseq-magic;
|
||||||
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1
|
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1
|
||||||
|
|
Loading…
Reference in a new issue