dale: fix linking against llvm libs

This commit is contained in:
Jörg Thalheim
2017-06-22 08:14:34 +01:00
parent f25720cacb
commit 3e430a8ee5
2 changed files with 12 additions and 0 deletions
@@ -23,6 +23,8 @@ in stdenv.mkDerivation {
buildInputs = [ cmake pkgconfig libffi llvm_35 ]
++ stdenv.lib.optional doCheck perl;
patches = [ ./link-llvm.patch ];
inherit doCheck;
checkTarget = "tests";