LambdaHack: disable test suite to fix build
https://github.com/LambdaHack/LambdaHack/issues/57
This commit is contained in:
parent
90939a0482
commit
fc81ff49d2
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue