darwin: llvmlite: add impure dep to fix build
This commit is contained in:
parent
0b4776b6b7
commit
a69511e298
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user