mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 17:42:45 +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:
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…
Reference in a new issue