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:
parent
fa1e935abe
commit
d5d593a256
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
dataDefault haskellSrcExts hspec monadLoops mtl text
|
dataDefault haskellSrcExts hspec monadLoops mtl text
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extensible Haskell pretty printer";
|
description = "Extensible Haskell pretty printer";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user