llvm-general: Fix build

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2014-02-02 20:36:50 -05:00
parent 86c587134b
commit 06ef22bcdd
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
{ cabal, HUnit, llvmConfig, llvmGeneralPure, mtl, parsec
, QuickCheck, setenv, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, transformers, utf8String
, ncurses, zlib
}:
cabal.mkDerivation (self: {
@@ -14,7 +15,7 @@ cabal.mkDerivation (self: {
HUnit llvmGeneralPure mtl QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2
];
buildTools = [ llvmConfig ];
buildTools = [ llvmConfig ncurses zlib ];
doCheck = false;
meta = {
description = "General purpose LLVM bindings";