haskell-language-glsl: disable test suit to fix the build
https://github.com/noteed/language-glsl/issues/8
This commit is contained in:
parent
18e3aa4672
commit
5cac6895da
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||
testDepends = [
|
||||
HUnit parsec prettyclass testFramework testFrameworkHunit
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "GLSL abstract syntax tree, parser, and pretty-printer";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user