haskell-llvm-general: disable tests
This commit is contained in:
parent
68ace3fa4a
commit
7165b333f2
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkHunit testFrameworkQuickcheck2
|
testFrameworkHunit testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
buildTools = [ llvmConfig ];
|
buildTools = [ llvmConfig ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "General purpose LLVM bindings";
|
description = "General purpose LLVM bindings";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user