1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 09:32:50 +00:00

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 = [
HUnit parsec prettyclass testFramework testFrameworkHunit
];
doCheck = false;
meta = {
description = "GLSL abstract syntax tree, parser, and pretty-printer";
license = self.stdenv.lib.licenses.bsd3;