3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
Peter Simons 2014-10-19 16:43:55 +02:00
parent fa1e935abe
commit d5d593a256

View file

@ -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;