pure: link with libLLVMJIT explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent 90f5c4a810
commit 8bc5a019e8

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ bison flex makeWrapper ];
propagatedBuildInputs = [ llvm gmp mpfr readline ];
NIX_LDFLAGS = [ "-lLLVMJIT" ];
postPatch = ''
for f in expr.cc matcher.cc printer.cc symtable.cc parserdefs.hh; do