From d5d593a256e14bf17a29ce161909580fa9993732 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Oct 2014 16:43:55 +0200 Subject: [PATCH] haskell-hindent: disable test suite to fix the build Test suite hspec: RUNNING... hspec: test/gibiansky/tests/: getDirectoryContents: does not exist (No such file or directory) Test suite hspec: FAIL Test suite logged to: dist/test/hindent-3.9-hspec.log 0 of 1 test suites (0 of 1 test cases) passed. --- pkgs/development/libraries/haskell/hindent/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/hindent/default.nix b/pkgs/development/libraries/haskell/hindent/default.nix index 41c5bdcc8fc..7d003289c7a 100644 --- a/pkgs/development/libraries/haskell/hindent/default.nix +++ b/pkgs/development/libraries/haskell/hindent/default.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { testDepends = [ dataDefault haskellSrcExts hspec monadLoops mtl text ]; + doCheck = false; meta = { description = "Extensible Haskell pretty printer"; license = self.stdenv.lib.licenses.bsd3;