From 57017e53520b1d7151f5c95f3c9a1ca435e126ac Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 21 Nov 2021 22:50:06 +0100 Subject: [PATCH] haskellPackages.melf: don't attempt to run incomplete test suite Hackage tarball is missing necessary test data. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b31d082f0ee1..d4d9f76493e7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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