haskell-language-glsl: disable test suit to fix the build

https://github.com/noteed/language-glsl/issues/8
This commit is contained in:
Peter Simons 2014-08-20 12:30:54 +02:00
parent 18e3aa4672
commit 5cac6895da

View File

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
HUnit parsec prettyclass testFramework testFrameworkHunit HUnit parsec prettyclass testFramework testFrameworkHunit
]; ];
doCheck = false;
meta = { meta = {
description = "GLSL abstract syntax tree, parser, and pretty-printer"; description = "GLSL abstract syntax tree, parser, and pretty-printer";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;