diff options
| -rw-r--r-- | gnu/packages/llvm.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 12f8d815fb..7a748e2bad 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -2035,6 +2035,7 @@ using @code{clang-rename}."))) "-DLLVM_OCAML_OUT_OF_TREE=TRUE" (string-append "-DLLVM_OCAML_INSTALL_PATH=" (assoc-ref %outputs "out") "/lib/ocaml/site-lib")) + #:tests? #f ;no tests #:phases (modify-phases %standard-phases (replace 'build |
