LambdaHack: disable test suite to fix build

https://github.com/LambdaHack/LambdaHack/issues/57
This commit is contained in:
Peter Simons 2014-07-29 18:31:03 +02:00
parent 90939a0482
commit fc81ff49d2

View file

@ -22,7 +22,7 @@ cabal.mkDerivation (self: {
hsini keys miniutter mtl prettyShow random stm text transformers
unorderedContainers vector vectorBinaryInstances zlib
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://github.com/LambdaHack/LambdaHack";
description = "A roguelike game engine in early development";