haskell-llvm-general: disable tests

This commit is contained in:
Mathijs Kwik 2013-09-20 11:05:43 +02:00
parent 68ace3fa4a
commit 7165b333f2

@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
testFrameworkHunit testFrameworkQuickcheck2
];
buildTools = [ llvmConfig ];
doCheck = false;
meta = {
description = "General purpose LLVM bindings";
license = self.stdenv.lib.licenses.bsd3;