darwin: llvmlite: add impure dep to fix build

This commit is contained in:
Asko Soukka 2015-11-07 22:53:50 +02:00 committed by Vladimír Čunát
parent 0b4776b6b7
commit a69511e298

View File

@ -8850,6 +8850,8 @@ let
${self.python.executable} runtests.py
'';
__impureHostDeps = optionals stdenv.isDarwin [ "/usr/lib/libm.dylib" ];
meta = {
description = "A lightweight LLVM python binding for writing JIT compilers";
homepage = "http://llvmlite.pydata.org/";