gnu: julia: Specify correct llvm version.

* gnu/packages/julia.scm (julia)[arguments]: Adjust configure-flag to
specify the correct llvm version.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
nixo 2020-05-14 17:17:08 +02:00 committed by Efraim Flashner
parent 03f4c9414b
commit d45571fe98
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -416,7 +416,7 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.")
(assoc-ref %build-inputs "utf8proc")
"/include")
"USE_SYSTEM_LLVM=1"
"LLVM_VER=6.0.1"
"LLVM_VER=8.0.0"
"USE_LLVM_SHLIB=1"
"USE_SYSTEM_LIBUNWIND=1"